From: Date: Wed, 25 Feb 2004 01:32:26 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_2_0~186 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=da0c739eacdeccded3902ce3cf673d4e4e3e6b3d;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index ccf7707598..594d710894 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,58 @@ +2004-02-24 Marcus Boerger + + * ZendEngine2/zend_API.c: + Fix class flags when handling abstract methods + +2004-02-24 Ilia Alshanetsky + + * (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 + + * ext/standard/pack.c: + fix for bug 27384 + +2004-02-24 Ard Biesheuvel + + * ext/sqlite/sqlite.c: + More wordsize/alignment fixes + +2004-02-24 Zeev Suraski + + * main/main.c: + Remove empty comment + +2004-02-24 Christian Stocker + + * (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 + + * ext/xml/compat.c: + fix win32 compile with libxml 2.6 + fix mem leaks + +2004-02-24 Jani Taskinen + + * (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 * ext/standard/tests/file/statcache-corruption.phpt: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 20a30b4c17..48432caad6 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,8 @@ +2004-02-24 Marcus Boerger + + * zend_API.c: + Fix class flags when handling abstract methods + 2004-02-23 Andi Gutmans * zend_language_parser.y: