From 7ff82e202049550212c48398a9b0919bfe33ed38 Mon Sep 17 00:00:00 2001 From: Julien Pauli Date: Tue, 12 May 2015 11:20:12 +0200 Subject: [PATCH] Updated UPGRADING --- UPGRADING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.40.0