]> granicus.if.org Git - php/commitdiff
Fixed Closure::call() NEWS/UPGRADING
authorAndrea Faulds <ajf@ajf.me>
Sat, 25 Oct 2014 16:05:52 +0000 (17:05 +0100)
committerAndrea Faulds <ajf@ajf.me>
Sat, 25 Oct 2014 16:05:52 +0000 (17:05 +0100)
NEWS
UPGRADING

diff --git a/NEWS b/NEWS
index 52af8e247ca1fcfb72529e2231bb64fabe4134ea..1c9fd616efa4deb84069d7e3ac566acdd450a1ff 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -12,7 +12,7 @@ PHP                                                                        NEWS
 
 - Core:
   . Added PHP_INT_MIN constant. (Andrea)
-  . Added Closure::apply() method. (Andrea)
+  . Added Closure::call() method. (Andrea)
   . Implemented FR #38409 (parse_ini_file() looses the type of booleans). (Tjerk)
   . Fixed #67959 (Segfault when calling phpversion('spl')). (Florian)
   . Implemented the RFC `Catchable "Call to a member function bar() on a
index 5e2c33c7c6fdf26ba705b83939ea3419e05ca890..6cc31732e84eea5438e2d8b80b3196510274726b 100644 (file)
--- a/UPGRADING
+++ b/UPGRADING
@@ -52,7 +52,7 @@ PHP X.Y UPGRADE NOTES
 
 - Core
   . Support for strings with length >= 2^31 bytes in 64 bit builds
-  . Closure::apply() method added
+  . Closure::call() method added
 
 - Standard
   . intdiv() function for integer division added.