From: Date: Thu, 2 Mar 2006 06:31:46 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_2~37 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8f567a5abb99b86886ede2d886507e2c22a2d67e;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index fbe12bb255..46d6bdaaba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,56 @@ +2006-03-01 Ilia Alshanetsky + + * ext/mysqli/mysqli.c: + MFB51: Remove no longer needed check (checked at a higher level now). + + * (PHP_5_1) + ext/mysqli/mysqli.c: + Remove no longer needed check (checked at a higher level now). + +2006-03-01 Marcus Boerger + + * (PHP_5_1) + ZendEngine2/zend.c + ZendEngine2/zend_API.c: + - MFH Fix string-conversion and const updating + + * ZendEngine2/tests/zend_strtod.phpt + ZendEngine2/tests/zend_strtod.phpt: + - Fix test + +2006-03-01 Dmitry Stogov + + * sapi/apache/mod_php5.c + sapi/apache2filter/apache_config.c + sapi/apache2handler/apache_config.c + sapi/apache_hooks/mod_php5.c + sapi/apache_hooks/php_apache.c + sapi/cli/php_cli_readline.c: + Unicode support: zstr union + +2006-03-01 Marcus Boerger + + * ZendEngine2/zend.c: + - Must use return as in 5.1 after recursion + + * ZendEngine2/zend.c: + - Fix string conversion issues + + * ZendEngine2/zend_API.c: + - Constants need to be updated too (when updating class constants) + + * ZendEngine2/zend_vm_def.h: + - Fix warning + +2006-03-01 Rob Richards + + * ext/simplexml/simplexml.c + ext/simplexml/simplexml.c: + nuke tests for libxml2 version - will always be > 2.6.0 + + * ext/standard/string.c: + 64-bit fixes - ("make test" now works again on these platforms) + 2006-02-28 Dmitry Stogov * ZendEngine2/zend.h: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 5dd1f4294b..a77a63dafd 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,26 @@ +2006-03-01 Marcus Boerger + + * (PHP_5_1) + zend.c + zend_API.c: + - MFH Fix string-conversion and const updating + + * tests/zend_strtod.phpt + tests/zend_strtod.phpt: + - Fix test + + * zend.c: + - Must use return as in 5.1 after recursion + + * zend.c: + - Fix string conversion issues + + * zend_API.c: + - Constants need to be updated too (when updating class constants) + + * zend_vm_def.h: + - Fix warning + 2006-02-28 Dmitry Stogov * zend.h: