summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2007-12-16 01:31:35 +0000
committer <changelog@php.net>2007-12-16 01:31:35 +0000
commite1b6be274157acc07cf73caadecf42fa8932fa09 (patch)
tree4bf1d3b098c349b7265f733afff4e7dac4775483
parent427e54dcd9fb0663bb094ca943c443468cc75d8d (diff)
downloadphp-git-e1b6be274157acc07cf73caadecf42fa8932fa09.tar.gz
ChangeLog update
-rw-r--r--ChangeLog29
1 files changed, 29 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6093fa58cd..812dd2ad76 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,32 @@
+2007-12-15 Hannes Magnusson <hannes.magnusson@gmail.com>
+
+ * ext/zip/php_zip.c:
+ MFB: Fix protos
+
+ * (PHP_5_3)
+ ext/zip/php_zip.c:
+ MFB5.2: Fix protos
+
+ * (PHP_5_2)
+ ext/zip/php_zip.c:
+ Fix protos
+
+2007-12-15 Antony Dovgal <tony@daylessday.org>
+
+ * sapi/cli/tests/006.phpt
+ sapi/cli/tests/006.phpt:
+ fix test
+
+2007-12-15 David Coallier <david.coallier@gmail.com>
+
+ * ext/spl/spl_array.c:
+ - MFB: Bug #41528
+ - Added possibility to serialize and unserialize classes that extend to
+ ArrayObject
+ - See ext/spl/tests/array_023.phpt and ext/spl/tests/bug41528.php for
+ references
+ - Put a folding for all SPL_ARRAY_METHOD() def
+
2007-12-14 Etienne Kneuss <php@colder.ch>
* ext/spl/spl_array.c: