diff options
author | Michael Wallner <mike@php.net> | 2006-06-01 19:11:59 +0000 |
---|---|---|
committer | Michael Wallner <mike@php.net> | 2006-06-01 19:11:59 +0000 |
commit | 57cdfc58d22dbc4eb67970a214e1d029f0f4fcac (patch) | |
tree | 6701485cc5805d8e628cb95cbadac459dfc91353 | |
parent | c0505439c3b37f7a1c44b9b4356e9a7c27d9eb11 (diff) | |
download | php-git-57cdfc58d22dbc4eb67970a214e1d029f0f4fcac.tar.gz |
- fix order
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -76,8 +76,6 @@ PHP NEWS - 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 @@ PHP NEWS - 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 |