changelog Tue Feb 24 20:32:23 2004 EDT
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1548&r2=1.1549&ty=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.1548 php-src/ChangeLog:1.1549 --- php-src/ChangeLog:1.1548 Mon Feb 23 20:32:20 2004 +++ php-src/ChangeLog Tue Feb 24 20:32:22 2004 @@ -1,3 +1,58 @@ +2004-02-24 Marcus Boerger <[EMAIL PROTECTED]> + + * ZendEngine2/zend_API.c: + Fix class flags when handling abstract methods + +2004-02-24 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * (PHP_4_3) + NEWS + ext/standard/http_fopen_wrapper.c: + MFH: Fixed bug #27383 (Potential crash inside fopen_wrapper, while parsing + response code). + + * ext/standard/http_fopen_wrapper.c: + Fixed bug #27383 (Potential crash inside fopen_wrapper, while parsing + response code). + +2004-02-24 George Schlossnagle <[EMAIL PROTECTED]> + + * ext/standard/pack.c: + fix for bug 27384 + +2004-02-24 Ard Biesheuvel <[EMAIL PROTECTED]> + + * ext/sqlite/sqlite.c: + More wordsize/alignment fixes + +2004-02-24 Zeev Suraski <[EMAIL PROTECTED]> + + * main/main.c: + Remove empty comment + +2004-02-24 Christian Stocker <[EMAIL PROTECTED]> + + * (PHP_4_3) + ext/domxml/php_domxml.c: + fix for bug 27349 "Invalid parsing of CDATA sections in XSL templates" + +2004-02-24 Rob Richards <[EMAIL PROTECTED]> + + * ext/xml/compat.c: + fix win32 compile with libxml 2.6 + fix mem leaks + +2004-02-24 Jani Taskinen <[EMAIL PROTECTED]> + + * (PHP_4_3) + NEWS + ext/session/session.c: + MFH: - Fixed bug #26005 (Random "cannot change the session ini settings" + errors). + + * ext/session/session.c: + Fix bug #26005 (Random "cannot change the session ini settings" errors) + 2004-02-23 Wez Furlong <[EMAIL PROTECTED]> * ext/standard/tests/file/statcache-corruption.phpt: