]> granicus.if.org Git - php/commitdiff
- news for bug #55124
authorPierre Joye <pajoye@php.net>
Tue, 26 Jul 2011 23:58:18 +0000 (23:58 +0000)
committerPierre Joye <pajoye@php.net>
Tue, 26 Jul 2011 23:58:18 +0000 (23:58 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 4303629b19c70493c85707cd7153a3d32757d014..f91b6905b17b527ed716dd2ac82451ac3c7e7384 100644 (file)
--- a/NEWS
+++ b/NEWS
 
 - Changed E_ALL to include E_STRICT. (Stas)
 
+- Improved core functions
+  . Fixed bug #55124 (recursive mkdir fails with current (dot) directory in path).
+    (Pierre)
+
 - Improved PHP-FPM SAPI:
   . Added process.max to control the number of process FPM can fork. FR #55166.
     (fat)