From: Date: Sat, 4 Jun 2005 00:35:41 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.0.1b1~93 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=09c2da0d078ea42a83d3774f990a510d01827ba7;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 3481720dc7..dec81bf5b5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,92 @@ +2005-06-03 Jani Taskinen + + * ext/xml/tests/bug32001.phpt: + nuke crap, end scripts always with ?> + + * sapi/cgi/cgi_main.c: + cs + ws + +2005-06-03 Magnus Määttä + + * ext/xml/tests/bug32001.phpt: + Add skipif, test requires iconv. + +2005-06-03 Jani Taskinen + + * ext/session/session.c: + nuke duplicate code + +2005-06-03 Dmitry Stogov + + * ZendEngine2/tests/bug30394.phpt: + Added test for 5.0 specific bug #30394 (Assignment operators yield wrong + result with __get/__set) + + * ZendEngine2/tests/bug30394.phpt + ZendEngine2/tests/bug30394.phpt: + + file bug30394.phpt was initially added on branch PHP_5_0. + + * (PHP_5_0) + NEWS + ZendEngine2/zend.c + ZendEngine2/zend_execute_API.c: + Fixed bug #30394 (Assignment operators yield wrong result with __get/__set) + + * ZendEngine2/tests/bug30080.phpt + ZendEngine2/tests/bug30080.phpt: + + file bug30080.phpt was initially added on branch PHP_5_0. + + * (PHP_5_0) + NEWS + ZendEngine2/zend_compile.c + ZendEngine2/zend_compile.c + ZendEngine2/tests/bug30080.phpt: + Fixed bug #30080 (Passing array or non array of objects) + + * ZendEngine2/tests/bug27598.phpt + ZendEngine2/tests/bug27598.phpt: + + file bug27598.phpt was initially added on branch PHP_5_0. + + * (PHP_5_0) + NEWS + ZendEngine2/zend_compile.c + ZendEngine2/zend_compile.c + ZendEngine2/zend_execute.c + ZendEngine2/tests/bug27598.phpt: + Fixed bug #27598 (list() array key assignment causes HUGE memory leak) + + * ZendEngine2/zend_execute.c + ZendEngine2/zend_object_handlers.c + ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_execute.h + ZendEngine2/zend_vm_opcodes.h + ZendEngine2/tests/object_handlers.phpt: + Fixed memory allocation bugs related to magic object handlers (__get(), + __set(), + ...) + + * ZendEngine2/tests/object_handlers.phpt + ZendEngine2/tests/object_handlers.phpt: + + file object_handlers.phpt was initially added on branch PHP_5_0. + + * (PHP_5_0) + ZendEngine2/zend_execute.c + ZendEngine2/zend_object_handlers.c: + Fixed memory allocation bugs related to magic object handlers (__get(), + __set(), ...) + +2005-06-03 Georg Richter + + * NEWS + ext/mysqli/mysqli_fe.c + ext/mysqli/mysqli_nonapi.c + ext/mysqli/php_mysqli.h: + added new function mysqli_get_charset + 2005-06-02 Jani Taskinen * acinclude.m4 diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 7f9687f130..95d6e9f03d 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,58 @@ +2005-06-03 Dmitry Stogov + + * tests/bug30394.phpt: + Added test for 5.0 specific bug #30394 (Assignment operators yield wrong + result with __get/__set) + + * (PHP_5_0) + zend.c + zend_execute_API.c + tests/bug30394.phpt + tests/bug30394.phpt: + Fixed bug #30394 (Assignment operators yield wrong result with __get/__set) + + * zend_compile.c + zend_compile.c + tests/bug30080.phpt: + Fixed bug #30080 (Passing array or non array of objects) + + * tests/bug30080.phpt + tests/bug30080.phpt: + + file bug30080.phpt was initially added on branch PHP_5_0. + + * zend_compile.c + zend_compile.c + zend_execute.c + tests/bug27598.phpt: + Fixed bug #27598 (list() array key assignment causes HUGE memory leak) + + * tests/bug27598.phpt + tests/bug27598.phpt: + + file bug27598.phpt was initially added on branch PHP_5_0. + + * zend_execute.c + zend_object_handlers.c + zend_vm_def.h + zend_vm_execute.h + zend_vm_opcodes.h + tests/object_handlers.phpt: + Fixed memory allocation bugs related to magic object handlers (__get(), + __set(), + ...) + + * tests/object_handlers.phpt + tests/object_handlers.phpt: + + file object_handlers.phpt was initially added on branch PHP_5_0. + + * (PHP_5_0) + zend_execute.c + zend_object_handlers.c: + Fixed memory allocation bugs related to magic object handlers (__get(), + __set(), ...) + 2005-06-01 Dmitry Stogov * zend_object_handlers.c