diff options
author | <changelog@php.net> | 2004-12-18 01:35:26 +0000 |
---|---|---|
committer | <changelog@php.net> | 2004-12-18 01:35:26 +0000 |
commit | 95467a3a2566be399314e88f27d7baf512e08ccb (patch) | |
tree | 2230189ac823e4965f6e635038a15c8d4c59a112 | |
parent | 235e6c0afe1d7de47e914ae0183bbad1d3b56709 (diff) | |
download | php-git-95467a3a2566be399314e88f27d7baf512e08ccb.tar.gz |
ChangeLog update
-rw-r--r-- | ChangeLog | 72 | ||||
-rw-r--r-- | Zend/ChangeLog | 11 |
2 files changed, 83 insertions, 0 deletions
@@ -1,3 +1,75 @@ +2004-12-17 Andi Gutmans <andi@zend.com> + + * ZendEngine2/zend_object_handlers.c: + - Fixed Bug #30562 Segmentation fault with __call() + +2004-12-17 Antony Dovgal <tony2001@phpclub.net> + + * (PHP_4_3) + php.ini-dist: + fix typo + +2004-12-17 Derick Rethans <php@derickrethans.nl> + + * (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 <rrichards@ctindustries.net> + + * (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 <jani.taskinen@kolumbus.fi> + + * (PHP_4_3) + NEWS + NEWS: + typo + 2004-12-16 Ilia Alshanetsky <ilia@prohost.org> * (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 <andi@zend.com> + + * zend_object_handlers.c: + - Fixed Bug #30562 Segmentation fault with __call() + +2004-12-17 Derick Rethans <php@derickrethans.nl> + + * zend_strtod.c + zend_strtod.c: + - MF43: Fixed strtod for Irix and some other strange platform + 2004-12-16 Derick Rethans <php@derickrethans.nl> * zend_strtod.c |