summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorAndrea Faulds <ajf@ajf.me>2014-10-25 17:05:52 +0100
committerAndrea Faulds <ajf@ajf.me>2014-10-25 17:05:52 +0100
commit73a34fed93e6c7c9679518c43244b7a78b678cef (patch)
treef34fcc4a23451668d881946bf08745fd40ea98c7 /UPGRADING
parent33645f4f553cff6fe8764064e6d9b5ca8bc5b4e1 (diff)
downloadphp-git-73a34fed93e6c7c9679518c43244b7a78b678cef.tar.gz
Fixed Closure::call() NEWS/UPGRADING
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING2
1 files changed, 1 insertions, 1 deletions
diff --git a/UPGRADING b/UPGRADING
index 5e2c33c7c6..6cc31732e8 100644
--- 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.