From: Andrea Faulds Date: Wed, 27 Aug 2014 01:07:59 +0000 (+0100) Subject: NEWS, UPGRADING X-Git-Tag: PRE_PHP7_REMOVALS~279^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2cdd5ba586a909a175d829056536867ccfa89740;p=php NEWS, UPGRADING --- diff --git a/NEWS b/NEWS index 74dd688838..47845119d9 100644 --- a/NEWS +++ b/NEWS @@ -9,6 +9,7 @@ PHP NEWS - Core: . Added PHP_INT_MIN constant. (Andrea) + . Added Closure::apply() method. (Andrea) - Reflection . Fixed inheritance chain of Reflector interface (Tjerk) diff --git a/UPGRADING b/UPGRADING index 8b6f8cd3ce..a27649ecf0 100644 --- a/UPGRADING +++ b/UPGRADING @@ -31,6 +31,7 @@ PHP X.Y UPGRADE NOTES - Core . Support for strings with length >= 2^31 bytes in 64 bit builds + . Closure::apply() method added - Standard . intdiv() function for integer division added.