From: Date: Thu, 26 Dec 2002 01:33:49 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PHP_5_0_dev_before_13561_fix~610 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=03132bff123d442c876c257925f099c85d7ab26c;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index cc57e22084..49f637cd39 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,31 @@ +2002-12-25 George Schlossnagle + + * sapi/cgi/cgi_main.c: + fixed ws + + * sapi/cgi/cgi_main.c: + mfh (bug #21177) + + * sapi/cgi/cgi_main.c: + fix for 21177 + +2002-12-25 Derick Rethans + + * ext/standard/tests/array/bug21182.phpt: + + - Add test for bug #21182 + +2002-12-25 Ilia Alshanetsky + + * ext/standard/array.c: + Make range operate on the copies of the parameters rather then modify the + actual parameters. + +2002-12-25 Moriyoshi Koizumi + + * ext/standard/array.c: + Fixed bug #21182 + 2002-12-24 Stefan Esser * sapi/cgi/cgi_main.c: