changelog               Sun Jun 14 01:32:58 2009 UTC

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3433&r2=1.3434&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3433 php-src/ChangeLog:1.3434
--- php-src/ChangeLog:1.3433    Sat Jun 13 01:32:57 2009
+++ php-src/ChangeLog   Sun Jun 14 01:32:57 2009
@@ -1,3 +1,55 @@
+2009-06-13  Greg Beaver  <g...@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  <whar...@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  <felipe...@gmail.com>
 
     * ZendEngine2/zend_object_handlers.c
@@ -46003,7 +46055,7 @@
 
     * sapi/litespeed/lsapi_main.c
       sapi/litespeed/lsapilib.c:
-      - Added missing $Id: ChangeLog,v 1.3433 2009/06/13 01:32:57 changelog 
Exp $ tags and nuked c++ comments
+      - Added missing $Id: ChangeLog,v 1.3434 2009/06/14 01:32:57 changelog 
Exp $ tags and nuked c++ comments
 
     * (PHP_5_3)
       ext/intl/locale/locale.c


Reply via email to