changelog Fri Dec 7 01:31:34 2007 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2890&r2=1.2891&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2890 php-src/ChangeLog:1.2891
--- php-src/ChangeLog:1.2890 Thu Dec 6 01:31:28 2007
+++ php-src/ChangeLog Fri Dec 7 01:31:33 2007
@@ -1,3 +1,37 @@
+2007-12-06 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * (PHP_5_3)
+ ext/spl/spl_array.c:
+ - Fix for #41528 (Classes extending ArrayObject do not serialize
correctly)
+
+2007-12-06 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * ext/standard/tests/general_functions/bug43293_1.phpt
+ ext/standard/tests/general_functions/bug43293_2.phpt
+ ext/standard/tests/general_functions/bug43293_3.phpt:
+
+ MFB: WS
+
+ * (PHP_5_3)
+ ext/standard/tests/general_functions/bug43293_1.phpt
+ ext/standard/tests/general_functions/bug43293_2.phpt
+ ext/standard/tests/general_functions/bug43293_3.phpt:
+
+ WS
+
+2007-12-06 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * ext/dba/config.m4:
+ - MFB: DB 4.6 detection
+
+ * (PHP_5_3)
+ ext/dba/config.m4:
+ - More about 4.6
+
+ * (PHP_5_3)
+ ext/dba/config.m4:
+ Add db 4.6 to detect list
+
2007-12-05 Ilia Alshanetsky <[EMAIL PROTECTED]>
* (PHP_5_2)