From: Date: Tue, 30 May 2006 05:31:57 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: BEFORE_NEW_OUTPUT_API~39 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0389fb190d74768380af1b18915724f3df018a8e;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 16aaa7606d..41bbebf553 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,114 @@ +2006-05-29 Antony Dovgal + + * ext/pcre/php_pcre.c: + no need to check it for not-NULL (as was pointed by Nuno) + + * (PHP_5_2) + ZendEngine2/zend_compile.c: + MFH: there is no ce at this point, revert this line to its previous state + + * ZendEngine2/zend_compile.c: + there is no ce at this point, revert this line to its previous state + See also: http://news.php.net/php.zend-engine.cvs/4931 + + * (PHP_5_2) + ext/mbstring/tests/common.inc + ext/mbstring/tests/mb_strlen.phpt: + fix tests + + * (PHP_5_2) + ext/pcre/tests/invalid_utf8.phpt + ext/standard/tests/file/file_put_contents.phpt: + add test + + * ext/pcre/tests/invalid_utf8.phpt + ext/pcre/tests/invalid_utf8.phpt + ext/standard/tests/file/file_put_contents.phpt: + + add test + + * ext/pcre/php_pcre.c: + return NULL in case of error (and fix leak/non-null-terminated string + error) + +2006-05-29 Marcus Boerger + + * (PHP_5_2) + NEWS: + - BFN + + * (PHP_5_2) + ZendEngine2/zend_compile.c + ZendEngine2/zend_object_handlers.c + ZendEngine2/tests/bug37632.phpt: + - MFH Bugfix #37632 (Protected method access problem) + + * ZendEngine2/zend_compile.c + ZendEngine2/zend_object_handlers.c + ZendEngine2/tests/bug37632.phpt + ZendEngine2/tests/bug37632.phpt: + - Bugfix #37632 (Protected method access problem) + +2006-05-29 Antony Dovgal + + * ext/oci8/config.m4: + improve sed expressions + +2006-05-29 Michael Wallner + + * ext/mysqli/mysqli.c + ext/mysqli/tests/bug36949.phpt: + MFB: Fixed bug #36949 (invalid internal mysqli objects dtor) + + * (PHP_5_2) + NEWS + ext/mysqli/mysqli.c + ext/mysqli/tests/bug36949.phpt + ext/mysqli/tests/bug36949.phpt: + - Fixed bug #36949 (invalid internal mysqli objects dtor) + +2006-05-29 Antony Dovgal + + * (PHP_5_2) + NEWS: + BFN + + * (PHP_5_2) + ext/oci8/oci8.c: + MFH: fix #37531 (oci8 persistent connection corruption) + + * ext/oci8/oci8.c: + fix #37531 (oci8 persistent connection corruption) + + * (PHP_5_2) + ext/standard/tests/file/file_put_contents.phpt: + file file_put_contents.phpt was added on branch PHP_5_2 on 2006-05-29 + 10:42:54 +0000 + + * ext/standard/file.c: + initialize srcstream + use different variable in local scope + + * (PHP_5_2) + ext/standard/file.c: + initialize srcstream + + * (PHP_5_2) + ext/standard/file.c: + MFH: prevent resource leaking when passing invalid stream resource as + second argument + + * ext/standard/file.c: + prevent resource leaking when passing invalid stream resource as second + argument + +2006-05-29 Georg Richter + + * (PHP_5_2) + NEWS + ext/mysqli/mysqli_api.c: + Fix for bug #37620 + 2006-05-28 Johannes Schlüter * ext/standard/string.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 5ad8686076..1b689765be 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,27 @@ +2006-05-29 Antony Dovgal + + * (PHP_5_2) + zend_compile.c: + MFH: there is no ce at this point, revert this line to its previous state + + * zend_compile.c: + there is no ce at this point, revert this line to its previous state + See also: http://news.php.net/php.zend-engine.cvs/4931 + +2006-05-29 Marcus Boerger + + * (PHP_5_2) + zend_compile.c + zend_object_handlers.c + tests/bug37632.phpt: + - MFH Bugfix #37632 (Protected method access problem) + + * zend_compile.c + zend_object_handlers.c + tests/bug37632.phpt + tests/bug37632.phpt: + - Bugfix #37632 (Protected method access problem) + 2006-05-28 Johannes Schlüter * zend_vm_def.h