From: Date: Mon, 23 Feb 2004 01:32:39 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_2_0~226 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0d28e631891944307bee51bbd2ce66454211c6db;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 12ff737d67..a1d8ea7510 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,54 @@ +2004-02-22 Derick Rethans + + * (PHP_4_3) + NEWS + Zend/zend_operators.c + tests/lang/bug27354.phpt: + - MFH: Fixed bug #27354 (Modulus operator crashes PHP). + + * tests/lang/bug27354.phpt: + + - Added testcase for bug #27354 (Modulus operator crashes PHP). + + * ZendEngine2/zend_operators.c: + - Fixed bug #27354 (Modulus operator crashes PHP). + +2004-02-22 Marcus Boerger + + * ZendEngine2/ZEND_CHANGES: + Add some more obviously needed information + +2004-02-22 Christian Stocker + + * ext/xml/tests/xml009.phpt: + add test for default namespaces and same-prefix/different-namespaceURI + +2004-02-22 Ilia Alshanetsky + + * ext/gd/gd.c: + wbmp conversion warning fix. + +2004-02-22 Christian Stocker + + * ext/xml/compat.c + ext/xml/expat_compat.h: + Fix broken Namespace support, use libxml2 namespace methods instead of + homebrown solution: + - default namespaces are recognized + - different namespaces with same prefix in different nodes are treated + correctly + - libxml2 parser warnings are not errors anymore + +2004-02-22 Rob Richards + + * ext/dom/element.c: + add optional third parameter to support namespace in constructor + +2004-02-22 Ard Biesheuvel + + * ext/sqlite/sqlite.c: + Fix 64-bit crash + 2004-02-21 Sara Golemon * ext/ftp/ftp.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 371d3364c5..20fe24ee59 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,13 @@ +2004-02-22 Derick Rethans + + * zend_operators.c: + - Fixed bug #27354 (Modulus operator crashes PHP). + +2004-02-22 Marcus Boerger + + * ZEND_CHANGES: + Add some more obviously needed information + 2004-02-20 Hartmut Holzgraefe * zend.h