changelog Wed Apr 25 01:31:09 2007 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2668&r2=1.2669&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2668 php-src/ChangeLog:1.2669
--- php-src/ChangeLog:1.2668 Tue Apr 24 01:31:11 2007
+++ php-src/ChangeLog Wed Apr 25 01:31:09 2007
@@ -1,3 +1,24 @@
+2007-04-24 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ ext/simplexml/simplexml.c:
+ Fixed error message to reflect the check
+
+ * (PHP_5_2)
+ NEWS
+ ext/simplexml/simplexml.c
+ ext/simplexml/tests/bug41175.phpt
+ ext/simplexml/tests/bug41175.phpt:
+
+ Fixed bug #41175 (addAttribute() fails to add an attribute with an empty
+ value).
+
+2007-04-24 Jani Taskinen <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ ext/gd/gd.c:
+ - fix compile warning
+
2007-04-23 Hannes Magnusson <[EMAIL PROTECTED]>
* sapi/cli/php_cli.c: