From: Date: Fri, 20 May 2005 00:33:33 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.0.1b1~207 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5f6d5e4fb3b1b39a303f3c3aeac0f6a754dc9187;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index d490609389..76aca907aa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,54 @@ +2005-05-19 Rasmus Lerdorf + + * (PHP_5_0) + NEWS: + . + + * (PHP_4_3) + NEWS: + NEWS file update for Jani + + * (PHP_4_3) + sapi/apache/mod_php4.c + sapi/apache/mod_php5.c: + Fix for bug #33057 - Don't send extraneous entity-headers on a 304 as per + RFC 2616 section 10.3.5 + + * (PHP_5_0) + sapi/apache/mod_php5.c: + MFH Fix for bug #33057 - Don't send extraneous entity-headers on a 304 as + per + RFC 2616 section 10.3.5 + +2005-05-19 George Schlossnagle + + * (PHP_5_0) + ext/mysql/config.m4: + support building on new-fangled 64bit linux distros that stick + libraries in /usr/lib64 + +2005-05-19 Ilia Alshanetsky + + * (PHP_5_0) + NEWS + ext/dom/element.c: + MFH: Fixed bug #33059 (crash when moving xml attribute set in dtd). + + * ext/dom/element.c: + Fixed bug #33059 (crash when moving xml attribute set in dtd). + +2005-05-19 Dmitry Stogov + + * (PHP_5_0) + ZendEngine2/zend_object_handlers.c: + Backported fix for bug #30451 + + * ZendEngine2/tests/bug31828.phpt + ZendEngine2/tests/bug31828.phpt + ZendEngine2/tests/bug32080.phpt + ZendEngine2/tests/bug32080.phpt: + Strict warnings + 2005-05-18 Stanislav Malyshev * (PHP_4_3) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 5307cfe033..6ec499cebf 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,15 @@ +2005-05-19 Dmitry Stogov + + * (PHP_5_0) + zend_object_handlers.c: + Backported fix for bug #30451 + + * tests/bug31828.phpt + tests/bug31828.phpt + tests/bug32080.phpt + tests/bug32080.phpt: + Strict warnings + 2005-05-18 Stanislav Malyshev * zend.c