diff --git a/ChangeLog b/ChangeLog index 762d1b9a1c7..dea682a28c6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,64 @@ +2004-01-15 Marcus Boerger + + * ext/sqlite/sqlite.c + ext/sqlite/sqlite.c: + Fix shutdown + + * (PHP_4_3) + ext/dba/dba.c: + Add missing fd creation + +2004-01-15 Pierre-Alain Joye + + * ext/sqlite/package.xml: + - Fix the php dependency + (wide copy/paste is not that good no? ;) ) + +2004-01-15 Zeev Suraski + + * ZendEngine2/zend.c: + Nice patch Christian, but it wasn't at all enabled? :) + + Fix bug #26883 + +2004-01-15 Antony Dovgal + + * ext/oci8/oci8.c: + Fix bug #26892, ORA-21301 in ocinewcollection() call. + pEnv should be initialized in object mode too. + +2004-01-15 Marcus Boerger + + * ext/simplexml/simplexml.c: + Drop userspace iteration correctly. + +2004-01-15 Jani Taskinen + + * ext/oci8/config.m4 + ext/oci8/oci8.c: + Fix typo + + * (PHP_4_3) + ext/mime_magic/mime_magic.c: + Fix overflow + + * NEWS + ext/mime_magic/mime_magic.c: + - Fixed bug #26844 (ext/mime_magic: magic file validation broken). + +2004-01-15 Ilia Alshanetsky + + * (PHP_4_3) + NEWS + ext/imap/php_imap.c: + MFH: Fixed bug #26909 (crash in imap_mime_header_decode() when no encoding + is + used). + + * ext/imap/php_imap.c: + Fixed bug #26909 (crash in imap_mime_header_decode() when no encoding is + used). + 2004-01-14 Greg Beaver * pear/PEAR.php: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 8c5e63325fd..73e274f9e6a 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,10 @@ +2004-01-15 Zeev Suraski + + * zend.c: + Nice patch Christian, but it wasn't at all enabled? :) + + Fix bug #26883 + 2004-01-14 Zeev Suraski * zend_compile.c: