mike Thu Jun 1 19:11:59 2006 UTC Modified files: (Branch: PHP_5_2) /php-src NEWS Log: - fix order http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r1=1.2027.2.547.2.71&r2=1.2027.2.547.2.72&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.547.2.71 php-src/NEWS:1.2027.2.547.2.72 --- php-src/NEWS:1.2027.2.547.2.71 Thu Jun 1 15:14:45 2006 +++ php-src/NEWS Thu Jun 1 19:11:59 2006 @@ -76,8 +76,6 @@ - Fixed bug #37496 (FastCGI output buffer overrun). (Piotr, Dmitry) - Fixed bug #37487 (oci_fetch_array() array-type should always default to OCI_BOTH). (Tony) -- Fixed bug #37395 (recursive mkdir() fails to create nonexistent directories - in root dir). (Tony) - Fixed bug #37457 (Crash when an exception is thrown in accept() method of FilterIterator). (Marcus) - Fixed bug #37456 (DOMElement->setAttribute() loops forever). (Rob) @@ -87,6 +85,8 @@ - Fixed bug #37416 (iterator_to_array() hides exceptions thrown in rewind() method). (Tony) - Fixed bug #37413 (Rejected versions of flex that don't work). (Ilia) +- Fixed bug #37395 (recursive mkdir() fails to create nonexistent directories + in root dir). (Tony) - Fixed bug #37394 (substr_compare() returns an error when offset equals string length). (Ilia) - Fixed bug #37392 (Unnecessary call to OCITransRollback() at the end of
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php