]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Tue, 30 May 2006 05:31:57 +0000 (05:31 +0000)
committer <changelog@php.net> <>
Tue, 30 May 2006 05:31:57 +0000 (05:31 +0000)
ChangeLog
Zend/ChangeLog

index 16aaa7606da6b365f58b618a5c17997ea62f6c39..41bbebf55318b45ebeace99c10dd9fb010d32861 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,114 @@
+2006-05-29  Antony Dovgal  <antony@zend.com>
+
+    * 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  <marcus.boerger@post.rwth-aachen.de>
+
+    * (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  <antony@zend.com>
+
+    * ext/oci8/config.m4:
+      improve sed expressions
+
+2006-05-29  Michael Wallner  <mike@iworks.at>
+
+    * 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  <antony@zend.com>
+
+    * (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  <georg@mysql.com>
+
+    * (PHP_5_2)
+      NEWS
+      ext/mysqli/mysqli_api.c:
+      Fix for bug #37620
+
 2006-05-28  Johannes Schlüter  <schlueter@phpbar.de>
 
     * ext/standard/string.c:
index 5ad86860762cd172774f96c9ddafc2b2d1bd1e32..1b689765be876922a1d8960bd78f472534b7af7d 100644 (file)
@@ -1,3 +1,27 @@
+2006-05-29  Antony Dovgal  <antony@zend.com>
+
+    * (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  <marcus.boerger@post.rwth-aachen.de>
+
+    * (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  <schlueter@phpbar.de>
 
     * zend_vm_def.h