From: Remi Collet Date: Mon, 27 Jul 2015 13:26:31 +0000 (+0200) Subject: UPGRADING X-Git-Tag: php-7.0.0beta3~5^2~92 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0014b9eda6b517e85428c2fa132180b621c25297;p=php UPGRADING --- 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 ========================================