UPGRADING
authorRemi Collet <remi@php.net>
Mon, 27 Jul 2015 13:26:31 +0000 (15:26 +0200)
committerRemi Collet <remi@php.net>
Mon, 27 Jul 2015 13:26:31 +0000 (15:26 +0200)
UPGRADING

index a14f711acb030054779b5f7a69292dd1cfc94530..272297d6bce65184d0c25478c17856bbd3264818 100644 (file)
--- a/UPGRADING
+++ b/UPGRADING
@@ -632,6 +632,10 @@ Other
   on pipes. This option should be used carefully because due to the
   platform restrictions dead locks on pipe buffers are possible.
 
+- dirname()
+  . A new optional argument ($levels) allow to go up various times
+    dirname(dirname($foo)) => dirname($foo, 2);
+
 ========================================
 6. New Functions
 ========================================