From: Date: Sat, 18 Dec 2004 01:35:26 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_2~501 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=95467a3a2566be399314e88f27d7baf512e08ccb;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index e062e5cdb2..591b545f18 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,75 @@ +2004-12-17 Andi Gutmans + + * ZendEngine2/zend_object_handlers.c: + - Fixed Bug #30562 Segmentation fault with __call() + +2004-12-17 Antony Dovgal + + * (PHP_4_3) + php.ini-dist: + fix typo + +2004-12-17 Derick Rethans + + * (PHP_5_0) + NEWS + ext/standard/var.c + ext/standard/var.c + ext/standard/tests/array/var_export2.phpt + ext/standard/tests/array/var_export2.phpt: + - MF43: Fixed bug #31072 (var_export() does not output an array element + with an + empty string key). (Derick) + + * ext/standard/tests/array/var_export2.phpt + ext/standard/tests/array/var_export2.phpt: + 1.1.4; + file var_export2.phpt was initially added on branch PHP_4_3. + + * (PHP_4_3) + NEWS + ext/standard/var.c: + - Fixed bug #31072 (var_export() does not output an array element with an + empty + string key). (Derick) + + * ZendEngine2/zend_strtod.c + ZendEngine2/zend_strtod.c: + - MF43: Fixed strtod for Irix and some other strange platform + + * (PHP_4_3) + Zend/zend_strtod.c: + - Fixed strtod for Irix and some other strange platform + + * main/php_sprintf.c + main/php_sprintf.c: + - MF43: Fixed weird types, this also makes it compile on IRIX again. + + * (PHP_4_3) + main/php_sprintf.c: + - Fixed weird types, this also makes it compile on IRIX again. + +2004-12-17 Rob Richards + + * (PHP_5_0) + NEWS: + BFN + + * (PHP_5_0) + ext/xml/compat.c: + MFH: Fixed bug #31139 (XML Parser Functions seem to drop & when + parsing) + + * ext/xml/compat.c: + Fixed bug #31139 (XML Parser Functions seem to drop & when parsing) + +2004-12-17 Jani Taskinen + + * (PHP_4_3) + NEWS + NEWS: + typo + 2004-12-16 Ilia Alshanetsky * (PHP_5_0) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 1a150e5edb..01d63adc69 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,14 @@ +2004-12-17 Andi Gutmans + + * zend_object_handlers.c: + - Fixed Bug #30562 Segmentation fault with __call() + +2004-12-17 Derick Rethans + + * zend_strtod.c + zend_strtod.c: + - MF43: Fixed strtod for Irix and some other strange platform + 2004-12-16 Derick Rethans * zend_strtod.c