projects
/
php
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a70047e
)
UPGRADING
author
Remi Collet
<remi@php.net>
Mon, 27 Jul 2015 13:26:31 +0000
(15:26 +0200)
committer
Remi Collet
<remi@php.net>
Mon, 27 Jul 2015 13:26:31 +0000
(15:26 +0200)
UPGRADING
patch
|
blob
|
history
diff --git
a/UPGRADING
b/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
========================================