summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Pauli <jpauli@php.net>2015-05-12 11:20:12 +0200
committerJulien Pauli <jpauli@php.net>2015-05-12 11:20:12 +0200
commit7ff82e202049550212c48398a9b0919bfe33ed38 (patch)
treeb9b9fbd54946c64ef8027f3c8e5c1e291def6efb
parent0b22cf04e34943695a8e570443292a9d42c7f517 (diff)
downloadphp-git-7ff82e202049550212c48398a9b0919bfe33ed38.tar.gz
Updated UPGRADING
-rw-r--r--UPGRADING2
1 files changed, 1 insertions, 1 deletions
diff --git a/UPGRADING b/UPGRADING
index 71ebbbaf19..d77ab839b5 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -522,7 +522,7 @@ Other
. Added null coalesce operator (??).
(RFC: https://wiki.php.net/rfc/isset_ternary)
. Support for strings with length >= 2^31 bytes in 64 bit builds.
- . Closure::call() method added.
+ . Closure::call() method added (works only with userland classes).
. Added \u{xxxxxx} Unicode Codepoint Escape Syntax for double-quoted strings
and heredocs.
. define() now supports arrays as constant values, fixing an oversight where define() did not support arrays yet const syntax did.