From: Date: Sat, 30 Oct 2004 00:46:12 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_2~805 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5a54f792838a59c240a505726e630204703c71e5;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index cedc2d6545..f16154ecbf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2004-10-29 Andi Gutmans + + * ZendEngine2/zend_operators.c: + - For Ilia: + - MFH: Fixed bug #30572 (crash when comparing SimpleXML attribute to a + boolean). + - Hope this works well. I will MFH tomorrow if no one complains. + + * ext/standard/file.c + ext/standard/file.c + ext/standard/file.c: + - [PATCH] Bug fix for #29770, but for PHP 4.3.9 (Vladimir Zidar) + 2004-10-28 Ilia Alshanetsky * ext/standard/uniqid.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index a47f8f401a..91d2d82d02 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,11 @@ +2004-10-29 Andi Gutmans + + * zend_operators.c: + - For Ilia: + - MFH: Fixed bug #30572 (crash when comparing SimpleXML attribute to a + boolean). + - Hope this works well. I will MFH tomorrow if no one complains. + 2004-10-28 Dmitry Stogov * README.ZEND_VM