]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Tue, 23 Dec 2008 01:32:35 +0000 (01:32 +0000)
committer <changelog@php.net> <>
Tue, 23 Dec 2008 01:32:35 +0000 (01:32 +0000)
ChangeLog
Zend/ChangeLog

index ee5e2aab83ba5738c26548a92fde21c42c7f5413..379d7f6ec91804c2645c3e1baa48832423d6bbe8 100644 (file)
--- 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:
index 7fbefba0afeadf79ce3d727fe6dc878f7f5cbef7..53ece02971debc3141c97d8b3ead61f0a5b112bc 100644 (file)
@@ -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: