From: Date: Sat, 30 Apr 2005 00:36:09 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.0.1b1~365 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ab3f962b8b7e4273f0f7c0e8a4e05a2ef4152fa7;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index b6cf26ef9d..2be48fa950 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,95 @@ +2005-04-29 Ilia Alshanetsky + + * main/streams/streams.c: + Attempt to eliminate seek() prior to every write. + +2005-04-29 Jani Taskinen + + * ZendEngine2/zend_object_handlers.c: + compile fix + +2005-04-29 Andrey Hristov + + * ext/mysqli/mysqli.c: + multi_query is no more global + + * (PHP_5_0) + ext/mysqli/mysqli.c: + missed to remove that. multi_query is no more a global. + +2005-04-29 Jani Taskinen + + * ZendEngine2/tests/bug30332.phpt + ZendEngine2/tests/bug32852.phpt: + Make sure E_STRICT is set always + +2005-04-29 Dmitry Stogov + + * ZendEngine2/tests/bug30332.phpt + ZendEngine2/tests/bug30332.phpt: + + file bug30332.phpt was initially added on branch PHP_5_0. + + * (PHP_5_0) + NEWS + ZendEngine2/zend_API.c + ZendEngine2/zend_API.c + ZendEngine2/tests/bug30332.phpt: + Fixed bug #30332 (zend.ze1_compatibility_mode isnt fully compatable with + array_push()) + + * ZendEngine2/tests/bug31828.phpt + ZendEngine2/tests/bug31828.phpt + ZendEngine2/tests/bug32080.phpt + ZendEngine2/tests/bug32080.phpt + ZendEngine2/tests/bug32852.phpt + ZendEngine2/tests/bug32852.phpt: + + file bug31828.phpt was initially added on branch PHP_5_0. + + * (PHP_5_0) + NEWS + ZendEngine2/zend_execute.c + ZendEngine2/zend_execute.c + ZendEngine2/tests/bug31828.phpt + ZendEngine2/tests/bug32080.phpt + ZendEngine2/tests/bug32852.phpt: + Fixed bug #32852 (Crash with singleton and __destruct when + zend.ze1_compatibility_mode = On) + Fixed bug #31828 (Crash with zend.ze1_compatibility_mode=On) + Fixed bug #32080 (segfault when assigning object to itself with + zend.ze1_compatibility_mode=On) + +2005-04-29 Jani Taskinen + + * ext/sysvmsg/tests/002.phpt: + typofix + + * (PHP_5_0) + php.ini-dist + php.ini-recommended: + MFH: Add auto_globals_jit entry to php.ini-* (bug #29514) + + * php.ini-dist + php.ini-recommended: + Add auto_globals_jit entry to php.ini-* (bug #29514) + + * tests/classes/array_access_003.phpt + tests/lang/bug22231.phpt + tests/lang/bug22367.phpt + tests/lang/bug22510.phpt: + - Make sure E_STRICT is set when expecting Strict errors.. + + * ZendEngine2/tests/bug22836.phpt + ZendEngine2/tests/bug27641.phpt: + - Unify error_reporting setting + make sure E_STRICT is set when wanted + + * tests/lang/bug30578.phpt: + Added test for bug #30578 + + * NEWS: + BFN + 2005-04-28 Ilia Alshanetsky * ext/mysqli/mysqli_warning.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 7aba43b0b9..2ec972adb6 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,51 @@ +2005-04-29 Jani Taskinen + + * zend_object_handlers.c: + compile fix + + * tests/bug30332.phpt + tests/bug32852.phpt: + Make sure E_STRICT is set always + +2005-04-29 Dmitry Stogov + + * zend_API.c + zend_API.c + tests/bug30332.phpt: + Fixed bug #30332 (zend.ze1_compatibility_mode isnt fully compatable with + array_push()) + + * tests/bug30332.phpt + tests/bug30332.phpt: + + file bug30332.phpt was initially added on branch PHP_5_0. + + * zend_execute.c + zend_execute.c + tests/bug31828.phpt + tests/bug32080.phpt + tests/bug32852.phpt: + Fixed bug #32852 (Crash with singleton and __destruct when + zend.ze1_compatibility_mode = On) + Fixed bug #31828 (Crash with zend.ze1_compatibility_mode=On) + Fixed bug #32080 (segfault when assigning object to itself with + zend.ze1_compatibility_mode=On) + + * tests/bug31828.phpt + tests/bug31828.phpt + tests/bug32080.phpt + tests/bug32080.phpt + tests/bug32852.phpt + tests/bug32852.phpt: + + file bug31828.phpt was initially added on branch PHP_5_0. + +2005-04-29 Jani Taskinen + + * tests/bug22836.phpt + tests/bug27641.phpt: + - Unify error_reporting setting + make sure E_STRICT is set when wanted + 2005-04-28 Dmitry Stogov * zend_object_handlers.c