changelog Sun Feb 22 20:32:34 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1546&r2=1.1547&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1546 php-src/ChangeLog:1.1547
--- php-src/ChangeLog:1.1546 Sat Feb 21 20:32:09 2004
+++ php-src/ChangeLog Sun Feb 22 20:32:32 2004
@@ -1,3 +1,54 @@
+2004-02-22 Derick Rethans <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
+
+ * ZendEngine2/ZEND_CHANGES:
+ Add some more obviously needed information
+
+2004-02-22 Christian Stocker <[EMAIL PROTECTED]>
+
+ * ext/xml/tests/xml009.phpt:
+ add test for default namespaces and same-prefix/different-namespaceURI
+
+2004-02-22 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * ext/gd/gd.c:
+ wbmp conversion warning fix.
+
+2004-02-22 Christian Stocker <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * ext/dom/element.c:
+ add optional third parameter to support namespace in constructor
+
+2004-02-22 Ard Biesheuvel <[EMAIL PROTECTED]>
+
+ * ext/sqlite/sqlite.c:
+ Fix 64-bit crash
+
2004-02-21 Sara Golemon <[EMAIL PROTECTED]>
* ext/ftp/ftp.c: