changelog Tue Feb 17 20:32:07 2004 EDT
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1541&r2=1.1542&ty=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.1541 php-src/ChangeLog:1.1542 --- php-src/ChangeLog:1.1541 Mon Feb 16 20:32:25 2004 +++ php-src/ChangeLog Tue Feb 17 20:32:06 2004 @@ -1,3 +1,82 @@ +2004-02-17 Jani Taskinen <[EMAIL PROTECTED]> + + * ZendEngine2/zend_list.c: + MFB: - Fix bug #26753 (zend_fetch_list_dtor_id() does not check NULL + strings) + +2004-02-17 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * (PHP_4_3) + NEWS + ext/gd/gd.c: + MFH: Fixed bug #27293 (two crashes inside image2wbmp()). + + * ext/gd/gd.c: + Fixed bug #27293 (two crashes inside image2wbmp()). + +2004-02-17 Ard Biesheuvel <[EMAIL PROTECTED]> + + * (PHP_4_3) + ext/interbase/interbase.c: + Really disallow persistent connections if ini option is set + +2004-02-17 Rob Richards <[EMAIL PROTECTED]> + + * ext/dom/php_dom.c: + add dtor to cleanup iterator related data + +2004-02-17 Ard Biesheuvel <[EMAIL PROTECTED]> + + * ext/interbase/ibase_blobs.c + ext/interbase/ibase_events.c + ext/interbase/interbase.c + ext/interbase/php_ibase_includes.h + ext/interbase/tests/004.phpt: + Fixed unregistered bugs in event handling + Cleaned up some of the code + Removed ISC_QUAD from static initializers because it looks different on + some platforms + + * ext/interbase/tests/004.phpt + ext/interbase/tests/008.phpt: + Added event handling test + CS + +2004-02-17 Wez Furlong <[EMAIL PROTECTED]> + + * ext/gettext/config.w32: + Fix: + +2004-02-17 Rob Richards <[EMAIL PROTECTED]> + + * ext/dom/dom_iterators.c + ext/dom/namednodemap.c + ext/dom/node.c + ext/dom/nodelist.c + ext/dom/php_dom.c + ext/dom/xpath.c: + implement clone functionality to fix segfault + DomNode->clone() creates new doc proxy if document is cloned + remove printf from xpath + fix remaining invalid object state issues + +2004-02-17 Jani Taskinen <[EMAIL PROTECTED]> + + * (PHP_4_3) + NEWS + Zend/zend_list.c: + - Fixed bug #26753 (zend_fetch_list_dtor_id() does not check NULL strings). + +2004-02-17 Georg Richter <[EMAIL PROTECTED]> + + * ext/mysqli/tests/027.phpt: + changed output + +2004-02-17 Stig Bakken <[EMAIL PROTECTED]> + + * pear/PEAR/Frontend/CLI.php: + - apply bold escape codes only if output is going to a terminal/tty + 2004-02-16 Moriyoshi Koizumi <[EMAIL PROTECTED]> * .gdbinit: