From: Date: Sat, 14 Feb 2009 01:32:31 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.4.0alpha1~191^2~4281 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0a025598a42c63bb8e95a88bead267648aa95387;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 5b435584f4..6e20246f23 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,95 @@ +2009-02-13 Andrei Zmievski + + * (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 + + * (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 + + * php.ini-dist + php.ini-recommended: + Revert previous change + +2009-02-13 Takeshi Abe + + * ext/gd/libgd/gdparttopng.c + ext/gd/libgd/gdtopng.c: + fixed typos + +2009-02-13 Felipe Pena + + * (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 + + * (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 + + * (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 * (PHP_5_2)