From 7ba9e554b35eaf0a5d4766a05eca71938d89221d Mon Sep 17 00:00:00 2001 From: Date: Sun, 14 Jun 2009 01:32:57 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) diff --git a/ChangeLog b/ChangeLog index cb5f6cd851..bffec4e2e5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,55 @@ +2009-06-13 Greg Beaver + + * (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 + + * 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 * ZendEngine2/zend_object_handlers.c -- 2.50.1