+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: