summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2015-07-27 15:26:31 +0200
committerRemi Collet <remi@php.net>2015-07-27 15:26:31 +0200
commit0014b9eda6b517e85428c2fa132180b621c25297 (patch)
treefeed3e25ca64148537407df733986c6072844389 /UPGRADING
parenta70047ef30d244bd834835c34a83bfd121647d0a (diff)
downloadphp-git-0014b9eda6b517e85428c2fa132180b621c25297.tar.gz
UPGRADING
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING4
1 files changed, 4 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index a14f711acb..272297d6bc 100644
--- 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
========================================