changelog Mon Jun 25 01:31:23 2007 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2728&r2=1.2729&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2728 php-src/ChangeLog:1.2729
--- php-src/ChangeLog:1.2728 Sat Jun 23 01:31:09 2007
+++ php-src/ChangeLog Mon Jun 25 01:31:22 2007
@@ -1,3 +1,21 @@
+2007-06-24 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ NEWS
+ ext/standard/array.c:
+
+ Fixed bug #41685 (array_push() fails to warn when next index is already
+ occupied).
+
+2007-06-24 Nuno Lopes <[EMAIL PROTECTED]>
+
+ * ext/simplexml/simplexml.c:
+ MFB:fix memleak in sxe_prop_dim_read()
+
+ * (PHP_5_2)
+ ext/simplexml/simplexml.c:
+ fix memleak in sxe_prop_dim_read()
+
2007-06-22 Zoe Slattery <[EMAIL PROTECTED]>
* (PHP_5_2)