changelog Mon Aug 7 01:30:57 2006 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2414&r2=1.2415&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2414 php-src/ChangeLog:1.2415
--- php-src/ChangeLog:1.2414 Sun Aug 6 01:30:57 2006
+++ php-src/ChangeLog Mon Aug 7 01:30:56 2006
@@ -1,3 +1,73 @@
+2006-08-06 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
* (PHP_5_2)