From: Date: Tue, 30 Sep 2008 01:32:07 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: BEFORE_HEAD_NS_CHANGE~317 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a82ec0b5256b98f0c13b200e19c7da5da826e74a;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 57811a3015..dbbf40617d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,50 @@ +2008-09-29 Etienne Kneuss + + * (PHP_5_3) + NEWS + ext/spl/spl_array.c + ext/spl/tests/array_025.phpt: + MFH: Fix #46192 (Serialization of ArrayObject with objects as storage) + + * ext/spl/tests/array_025.phpt + ext/spl/tests/array_025.phpt: + + Fix #46192 (Serialization of ArrayObject with objects as storage) + + * ext/spl/spl_array.c: + Fix #46192 (Serialization of ArrayObject with objects as storage) + +2008-09-29 Johannes Schlüter + + * (PHP_5_3) + ext/pdo_mysql/pdo_mysql.c: + MFH: Free persistent cache and improve MINFO output + + * ext/pdo_mysql/pdo_mysql.c: + Free persistent cache and improve MINFO output + + * ext/mysql/mysql_mysqlnd.h + ext/mysql/php_mysql.c: + No mysqli stuff in ext/mysql + +2008-09-29 Rob Richards + + * (PHP_5_3) + NEWS: + BFN + + * (PHP_5_3) + ext/dom/node.c + ext/dom/tests/bug46185.phpt: + MFH: fix bug #46185 (importNode changes the namespace of an XML element) + add test + + * ext/dom/node.c + ext/dom/tests/bug46185.phpt + ext/dom/tests/bug46185.phpt: + fix bug #46185 (importNode changes the namespace of an XML element) + add test + 2008-09-28 Rob Richards * (PHP_5_2)