From: Date: Tue, 21 Sep 2004 00:34:37 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PRE_NEW_VM_GEN_PATCH~267 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e62484fa0954d258ab78278029ccea8391ffb509;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 00a8c8a98e..2db340c14c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,43 @@ +2004-09-20 Ilia Alshanetsky + + * (PHP_4_3) + configure.in + main/php_version.h: + Back to dev. + + * (PHP_4_3) + configure.in + main/php_version.h: + 4.3.9 + + * (PHP_4_3) + NEWS: + Prepare news file for release. + +2004-09-20 Wez Furlong + + * ext/standard/basic_functions.c + ext/standard/math.c: + Enable hypot for all + +2004-09-20 Uwe Schindler + + * sapi/nsapi/nsapi.c + sapi/nsapi/nsapi.c: + changed order of processing of ini entries + +2004-09-20 Ilia Alshanetsky + + * (PHP_5_0) + NEWS + ext/standard/url.c + ext/standard/url.h: + MFH: Fixed bug #29913 (parse_url() is now binary safe). + + * ext/standard/url.c + ext/standard/url.h: + Fixed bug #29913 (parse_url() is now binary safe). + 2004-09-19 Wez Furlong * ext/com_dotnet/com_iterator.c: