From: Date: Fri, 7 Oct 2005 05:40:21 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_9_1~209 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cc29cff0fdbdd79023536545622dadf1537fb1c7;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 03e16f7c13..0d31934afe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,145 @@ +2005-10-06 Marcus Boerger + + * (PHP_5_1) + ZendEngine2/zend_reflection_api.c: + - MFH ReflectionClass::isInstantiable and abstract classes + +2005-10-06 Frank M. Kromann + + * ext/standard/php_string.h: + Fix Win32 build by adding missing function declaration. + +2005-10-06 Marcus Boerger + + * (PHP_4_4) + main/memory_streams.c + main/streams/memory.c + main/streams/memory.c: + - MFH Fix issue (endless loop) with temp/memory streams + + * main/streams/memory.c: + - Fix issue (endless loop) with temp/memory streams + +2005-10-06 Jani Taskinen + + * (PHP_5_1) + NEWS: + BFN + +2005-10-06 Johannes Schlüter + + * (PHP_4_4) + NEWS + NEWS + sapi/cgi/cgi_main.c + sapi/cgi/cgi_main.c + sapi/cgi/cgi_main.c + sapi/cli/php_cli.c + sapi/cli/php_cli.c + sapi/cli/php_cli.c: + - MFH: Fix #34557 php -m exits with "error" 1 + +2005-10-06 Ilia Alshanetsky + + * ext/curl/interface.c + ext/gd/gd.c + ext/gd/gd_ctx.c: + Added missing safe_mode checks. + +2005-10-06 Johannes Schlüter + + * sapi/cgi/cgi_main.c + sapi/cli/php_cli.c: + - Fix #34557 php -m exits with "error" 1 + +2005-10-06 Marcus Boerger + + * ext/mhash/tests/003.phpt: + - Fix test in unicode mode + + * Makefile.global: + - Use run-tests.ph -u rather then defining the ini settings one by one + + * run-tests.php: + - Show whether we execute unicode or native tests + + * ZendEngine2/zend_object_handlers.c: + - BC: php objects convert to int/double 1 with notice + + * ZendEngine2/tests/bug32322.phpt: + - Show the test finishes/dos2unix + + * ZendEngine2/tests/bug28444.phpt + ZendEngine2/tests/bug30791.phpt + ZendEngine2/tests/bug32290.phpt + ZendEngine2/tests/bug32290.phpt + tests/classes/tostring_001.phpt: + - Fix test + + * ZendEngine2/tests/bug26166.phpt: + - Fix test + - Convert to unicode + +2005-10-06 Rob Richards + + * ext/wddx/php_wddx_api.h + ext/wddx/wddx.c: + use sizeof instead of define + +2005-10-06 Marcus Boerger + + * ZendEngine2/zend_object_handlers.c: + - Any php object converts to boolean as true + + * (PHP_5_1) + tests/classes/interfaces_003.phpt + tests/classes/tostring_003.phpt: + - Add new test + + * tests/classes/interfaces_003.phpt + tests/classes/interfaces_003.phpt: + + - Add new test + +2005-10-06 Derick Rethans + + * (PHP_5_1) + ext/standard/config.w32 + ext/wddx/config.w32: + - MFH: Fixed Windows build (patch by Mike) + + * ext/standard/config.w32 + ext/wddx/config.w32: + - Fixed Windows build (patch by Mike) + +2005-10-06 Marcus Boerger + + * (PHP_5_1) + run-tests.php: + - MFH (faillog, streams, counting, .......) + + * run-tests.php: + - WS + + * run-tests.php: + - Fix redir tests, test count, faillog + +2005-10-06 Dmitry Stogov + + * ZendEngine2/zend_API.c: + Cleanup + + * ext/simplexml/simplexml.c: + Fixed compilation error + +2005-10-06 Marcus Boerger + + * run-tests.php: + - MFB use new functions + + * run-tests.php: + - Fix faillog and make it understand/handle redirected tests + 2005-10-05 Rob Richards * (PHP_5_1) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index b9bda0fab6..357e0da005 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,33 @@ +2005-10-06 Marcus Boerger + + * (PHP_5_1) + zend_reflection_api.c: + - MFH ReflectionClass::isInstantiable and abstract classes + + * zend_object_handlers.c: + - BC: php objects convert to int/double 1 with notice + + * tests/bug32322.phpt: + - Show the test finishes/dos2unix + + * tests/bug28444.phpt + tests/bug30791.phpt + tests/bug32290.phpt + tests/bug32290.phpt: + - Fix test + + * tests/bug26166.phpt: + - Fix test + - Convert to unicode + + * zend_object_handlers.c: + - Any php object converts to boolean as true + +2005-10-06 Dmitry Stogov + + * zend_API.c: + Cleanup + 2005-10-05 Marcus Boerger * zend.c