]> granicus.if.org Git - php/commitdiff
Updated UPGRADING
authorJulien Pauli <jpauli@php.net>
Tue, 12 May 2015 09:20:12 +0000 (11:20 +0200)
committerJulien Pauli <jpauli@php.net>
Tue, 12 May 2015 09:20:12 +0000 (11:20 +0200)
UPGRADING

index 71ebbbaf1937bc9d360ccb0004059a011cee3458..d77ab839b5271f431aa61ef24ab1ce0558361136 100644 (file)
--- 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.