]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sat, 30 Oct 2004 00:46:12 +0000 (00:46 +0000)
committer <changelog@php.net> <>
Sat, 30 Oct 2004 00:46:12 +0000 (00:46 +0000)
ChangeLog
Zend/ChangeLog

index cedc2d654544061375c62301be035730d24015c3..f16154ecbfacac4c0b6fdaabd2d54d01a873d7f9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2004-10-29  Andi Gutmans  <andi@zend.com>
+
+    * 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  <ilia@prohost.org>
 
     * ext/standard/uniqid.c:
index a47f8f401a00b8d0a4250ef7640537106e3179ec..91d2d82d028b332ec2514d575c5c170169b5f6f1 100644 (file)
@@ -1,3 +1,11 @@
+2004-10-29  Andi Gutmans  <andi@zend.com>
+
+    * 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  <dmitry@zend.com>
 
     * README.ZEND_VM