changelog Tue May 30 05:31:52 2006 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewcvs.cgi/php-src/ChangeLog?r1=1.2360&r2=1.2361&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2360 php-src/ChangeLog:1.2361
--- php-src/ChangeLog:1.2360 Mon May 29 05:31:50 2006
+++ php-src/ChangeLog Tue May 30 05:31:51 2006
@@ -1,3 +1,114 @@
+2006-05-29 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
+
+ * ext/oci8/config.m4:
+ improve sed expressions
+
+2006-05-29 Michael Wallner <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ NEWS
+ ext/mysqli/mysqli_api.c:
+ Fix for bug #37620
+
2006-05-28 Johannes Schlüter <[EMAIL PROTECTED]>
* ext/standard/string.c: