changelog               Sat Feb 14 01:32:32 2009 UTC

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3317&r2=1.3318&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3317 php-src/ChangeLog:1.3318
--- php-src/ChangeLog:1.3317    Fri Feb 13 01:33:00 2009
+++ php-src/ChangeLog   Sat Feb 14 01:32:31 2009
@@ -1,3 +1,95 @@
+2009-02-13  Andrei Zmievski  <and...@gravitonic.com>
+
+    * (PHP_5_2)
+      NEWS
+      ext/standard/array.c
+      ext/standard/array.c
+      ext/standard/array.c:
+      Revert bogus fix for #47370.
+
+2009-02-13  Zoe Slattery  <zoe.slatt...@googlemail.com>
+
+    * (PHP_5_3)
+      ext/standard/tests/array/array_map_variation4.phpt:
+      remove UEXPECT
+
+    * ext/dom/tests/DOMDocument_savexml_basic.phpt
+      ext/dom/tests/DOMDocument_savexml_basic.phpt:
+      fixed bad section name
+
+    * (PHP_5_3)
+      ext/dom/tests/dom_xinclude.phpt:
+      fixed test
+
+2009-02-13  Kalle Sommer Nielsen  <kalle....@gmail.com>
+
+    * php.ini-dist
+      php.ini-recommended:
+      Revert previous change
+
+2009-02-13  Takeshi Abe  <t...@fixedpoint.jp>
+
+    * ext/gd/libgd/gdparttopng.c
+      ext/gd/libgd/gdtopng.c:
+      fixed typos
+
+2009-02-13  Felipe Pena  <felipe...@gmail.com>
+
+    * (PHP_5_3)
+      ext/pdo/pdo_dbh.c:
+      - Added missing void param check and arginfo
+
+    * ext/pdo/pdo_dbh.c:
+      - Added arginfo
+
+2009-02-13  David Coallier  <david.coall...@gmail.com>
+
+    * (PHP_5_3)
+      NEWS:
+      - Good bug # order.
+
+    * (PHP_5_3)
+      NEWS:
+      - Fixed bug #46897: (ob_flush() should fail to flush unerasable buffers)
+
+    * (PHP_5_3)
+      main/output.c
+      tests/output/bug46897.phpt
+      tests/output/bug46897.phpt:
+      - Fixed bug #46897: ob_flush() should fail to flush unerasable buffers
+      - Added test for bug46897
+      - A memleak has been identified while fixing this bug but the changes
+        made by this commit do not affect ob_get_clean where the memleak (which
+        is fixed in HEAD with the new handler) resides.
+      - [DOC] New noticed is outputted in ob_flush when the buffer is 
unerasable
+
+2009-02-13  Felipe Pena  <felipe...@gmail.com>
+
+    * (PHP_5_3)
+      NEWS:
+      BFN
+
+    * (PHP_5_3)
+      ext/pdo_sqlite/tests/bug43831.phpt:
+      - New test
+
+    * ext/pdo_sqlite/tests/bug43831.phpt
+      ext/pdo_sqlite/tests/bug43831.phpt:
+      
+      - New test
+
+    * (PHP_5_3)
+      ext/pdo/pdo_dbh.c:
+      MFH:
+      - Fixed bug #43831 ($this gets mangled when extending PDO with persistent
+      connection)
+      - Fixed bug #45432 (PDO: persistent connection leak)
+
+    * ext/pdo/pdo_dbh.c:
+      - Fixed bug #43831 ($this gets mangled when extending PDO with persistent
+      connection)
+      - Fixed bug #45432 (PDO: persistent connection leak)
+
 2009-02-12  Ilia Alshanetsky  <i...@prohost.org>
 
     * (PHP_5_2)
@@ -29842,7 +29934,7 @@
 
     * sapi/litespeed/lsapi_main.c
       sapi/litespeed/lsapilib.c:
-      - Added missing $Id: ChangeLog,v 1.3317 2009/02/13 01:33:00 changelog 
Exp $ tags and nuked c++ comments
+      - Added missing $Id: ChangeLog,v 1.3318 2009/02/14 01:32:31 changelog 
Exp $ tags and nuked c++ comments
 
     * (PHP_5_3)
       ext/intl/locale/locale.c


Reply via email to