+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