From: Date: Mon, 7 Aug 2006 01:30:56 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_0_0RC1~2067 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ea9a9bbf5168dac2ce62b3c28ba1dff79b4d8d0a;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 440564ed72..d5bcb2928c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,73 @@ +2006-08-06 Antony Dovgal + + * configure.in + configure.in: + use -O0 with --enable-debug + + * ext/simplexml/tests/bug38354.phpt + ext/simplexml/tests/bug38354.phpt: + fix test + + * (PHP_5_2) + ext/simplexml/tests/bug38354.phpt: + add test + + * ext/simplexml/tests/bug38354.phpt + ext/simplexml/tests/bug38354.phpt: + + add test + +2006-08-06 Christian Stocker + + * ext/simplexml/simplexml.c: + Fix #38354 (Unwanted reformatting of XML when using AsXML) + (MFB) + + * (PHP_5_2) + NEWS + ext/simplexml/simplexml.c: + + Fix #38354 (Unwanted reformatting of XML when using AsXML) + +2006-08-06 Antony Dovgal + + * (PHP_5_2) + NEWS + ext/libxml/libxml.c + ext/simplexml/simplexml.c + ext/simplexml/tests/bug38347.phpt: + MFH: fix #38347 (Segmentation fault when using foreach with an + unknown/empty SimpleXMLElement) + + * ext/libxml/libxml.c + ext/simplexml/simplexml.c + ext/simplexml/tests/bug38347.phpt + ext/simplexml/tests/bug38347.phpt: + fix #38347 (Segmentation fault when using foreach with an unknown/empty + SimpleXMLElement) + + * ext/oci8/oci8.c + ext/oci8/oci8.c: + long -> int + +2006-08-06 Marcus Boerger + + * (PHP_5_2) + ext/spl/spl_directory.c: + - MFH Fix cvs access through SplFileObject + + * ext/spl/spl_directory.c: + - Fix cvs access through SplFileObject + +2006-08-06 Antony Dovgal + + * (PHP_5_2) + ext/simplexml/simplexml.c: + avoid extra strlen() call + + * ext/simplexml/simplexml.c: + avoid extra strlen() call, we have the length of the data + 2006-08-05 Antony Dovgal * (PHP_5_2)