diff options
-rw-r--r-- | ChangeLog | 51 | ||||
-rw-r--r-- | Zend/ChangeLog | 10 |
2 files changed, 61 insertions, 0 deletions
@@ -1,3 +1,54 @@ +2004-02-22 Derick Rethans <php@derickrethans.nl> + + * (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 <marcus.boerger@post.rwth-aachen.de> + + * ZendEngine2/ZEND_CHANGES: + Add some more obviously needed information + +2004-02-22 Christian Stocker <chregu@phant.ch> + + * ext/xml/tests/xml009.phpt: + add test for default namespaces and same-prefix/different-namespaceURI + +2004-02-22 Ilia Alshanetsky <ilia@prohost.org> + + * ext/gd/gd.c: + wbmp conversion warning fix. + +2004-02-22 Christian Stocker <chregu@phant.ch> + + * 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 <rrichards@ctindustries.net> + + * ext/dom/element.c: + add optional third parameter to support namespace in constructor + +2004-02-22 Ard Biesheuvel <a.k.biesheuvel@ewi.tudelft.nl> + + * ext/sqlite/sqlite.c: + Fix 64-bit crash + 2004-02-21 Sara Golemon <php@alphaweb.net> * 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 <php@derickrethans.nl> + + * zend_operators.c: + - Fixed bug #27354 (Modulus operator crashes PHP). + +2004-02-22 Marcus Boerger <marcus.boerger@post.rwth-aachen.de> + + * ZEND_CHANGES: + Add some more obviously needed information + 2004-02-20 Hartmut Holzgraefe <hartmut@php-groupies.de> * zend.h |