summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog57
-rw-r--r--Zend/ChangeLog15
2 files changed, 72 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ee5e2aab83..379d7f6ec9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,60 @@
+2008-12-22 Scott MacVicar <scott@macvicar.net>
+
+ * (PHP_5_3)
+ ext/fileinfo/fileinfo.c:
+ MFH Remove all of the stuff we have in here for pre PHP 5.2 support and
+ memset the fileinfo struct.
+
+ * ext/fileinfo/fileinfo.c:
+ Remove all of the stuff we have in here for pre PHP 5.2 support and memset
+ the fileinfo struct.
+
+ * (PHP_5_3)
+ ext/sqlite3/config.m4:
+ MFH Enable ICU support within bundled SQLite if intl is enabled but not
+ shared.
+
+ * ext/sqlite3/config.m4:
+ Enable ICU support within bundled SQLite
+
+2008-12-22 Etienne Kneuss <php@colder.ch>
+
+ * (PHP_5_3)
+ NEWS
+ ZendEngine2/zend_closures.c
+ ZendEngine2/zend_interfaces.c
+ ZendEngine2/zend_interfaces.h
+ ext/spl/spl_directory.c:
+ MFH: Fix #46646 (Implement zend functions to restrict serialization or
+ internal classes)
+
+ * ZendEngine2/zend_closures.c
+ ZendEngine2/zend_interfaces.c
+ ZendEngine2/zend_interfaces.h
+ ext/spl/spl_directory.c:
+ Fix #46646 (Implement zend functions to restrict serialization or internal
+ classes)
+
+2008-12-22 Scott MacVicar <scott@macvicar.net>
+
+ * ext/sqlite3/libsqlite/php-sqlite3-changes.patch:
+ Patch has the wrong filename
+
+ * (PHP_5_3)
+ NEWS:
+ BFN
+
+ * (PHP_5_3)
+ ext/sqlite3/libsqlite/sqlite3.c
+ ext/sqlite3/libsqlite/sqlite3.h
+ ext/sqlite3/libsqlite/sqlite3ext.h:
+ MFH SQLite 3.6.7 plus a vc6 backport for LL
+
+ * ext/sqlite3/libsqlite/sqlite3.c
+ ext/sqlite3/libsqlite/sqlite3.h
+ ext/sqlite3/libsqlite/sqlite3ext.h:
+ SQLite 3.6.7 plus a vc6 backport for LL
+
2008-12-20 Lars Strojny <lars@strojny.net>
* ext/standard/tests/streams/stream_resolve_include_path.phpt:
diff --git a/Zend/ChangeLog b/Zend/ChangeLog
index 7fbefba0af..53ece02971 100644
--- a/Zend/ChangeLog
+++ b/Zend/ChangeLog
@@ -1,3 +1,18 @@
+2008-12-22 Etienne Kneuss <php@colder.ch>
+
+ * (PHP_5_3)
+ zend_closures.c
+ zend_interfaces.c
+ zend_interfaces.h:
+ MFH: Fix #46646 (Implement zend functions to restrict serialization or
+ internal classes)
+
+ * zend_closures.c
+ zend_interfaces.c
+ zend_interfaces.h:
+ Fix #46646 (Implement zend functions to restrict serialization or internal
+ classes)
+
2008-12-15 Stanislav Malyshev <stas@zend.com>
* zend_compile.c: