From: Date: Mon, 25 Jun 2007 01:31:22 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: BEFORE_IMPORT_OF_MYSQLND~401 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5afb202cd1db2f3500d9f756add0d4fdbedbaf37;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 3100879a70..78d52e271b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +2007-06-24 Ilia Alshanetsky + + * (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 + + * 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 * (PHP_5_2)