ChangeLog update

This commit is contained in:
2008-12-23 01:32:35 +00:00
parent 67e6af2b91
commit 037743fc3e
2 changed files with 72 additions and 0 deletions

View File

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

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