]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Mon, 23 Feb 2004 01:32:39 +0000 (01:32 +0000)
committer <changelog@php.net> <>
Mon, 23 Feb 2004 01:32:39 +0000 (01:32 +0000)
ChangeLog
Zend/ChangeLog

index 12ff737d67c24e2d5a1a855b8b22f40b41d16276..a1d8ea751032399dbd09043e1571a255f1b7caa6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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:
index 371d3364c5f2d296311a0c3d2398dac652085805..20fe24ee59edb9b2d16b2deefbc2087cc301e279 100644 (file)
@@ -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