]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sun, 14 Jun 2009 01:32:57 +0000 (01:32 +0000)
committer <changelog@php.net> <>
Sun, 14 Jun 2009 01:32:57 +0000 (01:32 +0000)
ChangeLog

index cb5f6cd851ecb69cb731efa3739fa0398fcb517c..bffec4e2e5ad226d27e952fbaf628353189cd0b9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,55 @@
+2009-06-13  Greg Beaver  <greg@chiaraquartet.net>
+
+    * (PHP_5_2)
+      NEWS
+      ext/spl/php_spl.c:
+      fix missing erealloc in fix for bug #40091, spl_autoload_register of more
+      than 1 copy of the same method in different objects
+
+    * (PHP_5_3)
+      NEWS:
+      remove missing erealloc entry that will go in php 5.2 NEWS
+
+    * (PHP_5_3)
+      NEWS
+      ext/spl/php_spl.c
+      ext/spl/tests/spl_autoload_bug48541.phpt:
+      fix Bug #48541: spl_autoload_register only registers first closure, then
+      leaks the others.  Fix missing erealloc in fix for bug #40091 (PHP_5_3
+      only)
+
+    * ext/spl/php_spl.c
+      ext/spl/tests/spl_autoload_bug48541.phpt
+      ext/spl/tests/spl_autoload_bug48541.phpt:
+      fix Bug #48541: spl_autoload_register only registers first closure, then
+      leaks the others
+
+    * (PHP_5_3)
+      NEWS:
+      fix criminally unclear NEWS entry by me
+
+2009-06-13  andy wharmby  <wharmby@uk.ibm.com>
+
+    * ext/iconv/tests/iconv_substr_basic.phpt
+      ext/iconv/tests/iconv_substr_basic.phpt
+      ext/iconv/tests/iconv_substr_error1.phpt
+      ext/iconv/tests/iconv_substr_error1.phpt
+      ext/iconv/tests/iconv_substr_error2.phpt
+      ext/iconv/tests/iconv_substr_error2.phpt:
+      New iconv extension tests. Tested on Windows, Linux and Linux 64 bit.
+
+    * ext/iconv/tests/iconv_substr_basic.phpt
+      ext/iconv/tests/iconv_substr_basic.phpt
+      ext/iconv/tests/iconv_substr_basic.phpt
+      ext/iconv/tests/iconv_substr_error1.phpt
+      ext/iconv/tests/iconv_substr_error1.phpt
+      ext/iconv/tests/iconv_substr_error1.phpt
+      ext/iconv/tests/iconv_substr_error2.phpt
+      ext/iconv/tests/iconv_substr_error2.phpt
+      ext/iconv/tests/iconv_substr_error2.phpt:
+        1.1.4;
+      file iconv_substr_basic.phpt was initially added on branch PHP_5_3.
+
 2009-06-12  Felipe Pena  <felipensp@gmail.com>
 
     * ZendEngine2/zend_object_handlers.c