From: Date: Fri, 25 Nov 2005 06:41:36 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_2_0_2~92 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5d80c942f557af2dcb9abc1fb09b4a4a0782f916;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 5cb9cb5f8a..57c4a80e7b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,70 @@ +2005-11-24 Marcus Boerger + + * ext/simplexml/tests/bug27010.phpt: + - Synch test name + + * (PHP_5_1) + NEWS: + - NEWS, NEWS, NEWS + + * (PHP_5_1) + ZendEngine2/zend_reflection_api.c: + - MFH Reflection class consts (not removing globals consts in 5.1*) (by + Johannes) + +2005-11-24 Ilia Alshanetsky + + * (PHP_5_1) + NEWS: + Fixed bug #35358 (Incorrect error messages for PDO class constants). + +2005-11-24 Antony Dovgal + + * ext/oci8/oci8.c: + fix #35322 (oci_connect() after oci_close() gives unknown resource) + +2005-11-24 Dmitry Stogov + + * (PHP_5_0) + NEWS + NEWS + ZendEngine2/zend_compile.c + ZendEngine2/zend_compile.c + ZendEngine2/zend_compile.c + ZendEngine2/zend_execute_API.c + ZendEngine2/zend_execute_API.c + ZendEngine2/zend_execute_API.c: + Fixed bug #35360 (exceptions in interactive mode (php -a) may cause crash) + +2005-11-24 Sebastian Bergmann + + * (PHP_5_1) + NEWS + ZendEngine2/zend_builtin_functions.c + ZendEngine2/zend_builtin_functions.h + ZendEngine2/zend_exceptions.c: + MFH: Add an additional field $frame['object'] to the result array of + debug_backtrace() that contains a reference to the respective object when + the frame was called from an object. + +2005-11-24 Sara Golemon + + * (PHP_5_1) + ext/zlib/tests/zlib_filter_deflate.phpt + ext/zlib/tests/zlib_filter_inflate.phpt: + MFH (r-1.2) Sync tests with new defaults + + * ext/zlib/tests/zlib_filter_deflate.phpt + ext/zlib/tests/zlib_filter_inflate.phpt: + Sync tests with new defaults + +2005-11-24 Marcus Boerger + + * (PHP_5_1) + ext/ming/config.m4 + ext/ming/ming.c: + - Fix build for new ming versions + 2005-11-23 Ilia Alshanetsky * (PHP_5_1) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 90d8337d90..157dfdcf40 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,30 @@ +2005-11-24 Marcus Boerger + + * (PHP_5_1) + zend_reflection_api.c: + - MFH Reflection class consts (not removing globals consts in 5.1*) (by + Johannes) + +2005-11-24 Dmitry Stogov + + * zend_compile.c + zend_compile.c + zend_compile.c + zend_execute_API.c + zend_execute_API.c + zend_execute_API.c: + Fixed bug #35360 (exceptions in interactive mode (php -a) may cause crash) + +2005-11-24 Sebastian Bergmann + + * (PHP_5_1) + zend_builtin_functions.c + zend_builtin_functions.h + zend_exceptions.c: + MFH: Add an additional field $frame['object'] to the result array of + debug_backtrace() that contains a reference to the respective object when + the frame was called from an object. + 2005-11-23 Antony Dovgal * (PHP_5_1)