changelog Fri Oct 29 20:45:34 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1789&r2=1.1790&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1789 php-src/ChangeLog:1.1790
--- php-src/ChangeLog:1.1789 Thu Oct 28 20:47:28 2004
+++ php-src/ChangeLog Fri Oct 29 20:45:25 2004
@@ -1,3 +1,16 @@
+2004-10-29 Andi Gutmans <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
* ext/standard/uniqid.c:
@@ -11986,7 +11999,7 @@
2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1789 2004/10/29 00:47:28
changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1790 2004/10/30 00:45:25
changelog Exp $
2004-03-18 Derick Rethans <[EMAIL PROTECTED]>