summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2008-09-30 01:32:07 +0000
committer <changelog@php.net>2008-09-30 01:32:07 +0000
commita82ec0b5256b98f0c13b200e19c7da5da826e74a (patch)
tree5d7cb0f964f78b371d89b1993f65e076d2761092
parent41493606e6ee6775ed26afc186ea312bf0b48ece (diff)
downloadphp-git-a82ec0b5256b98f0c13b200e19c7da5da826e74a.tar.gz
ChangeLog update
-rw-r--r--ChangeLog47
1 files changed, 47 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 57811a3015..dbbf40617d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,50 @@
+2008-09-29 Etienne Kneuss <php@colder.ch>
+
+ * (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 <johannes@schlueters.de>
+
+ * (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 <rrichards@ctindustries.net>
+
+ * (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 <rrichards@ctindustries.net>
* (PHP_5_2)