diff --git a/NEWS b/NEWS index 74dd688838cf1..47845119d9c7c 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 8b6f8cd3ce35e..a27649ecf0445 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.