From: Xinchen Hui Date: Mon, 9 Mar 2015 04:08:34 +0000 (+0800) Subject: Add note of group use X-Git-Tag: PRE_PHP7_NSAPI_REMOVAL~751 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c7de82b0d914dfe1d2346dbb0b3db9202e60a893;p=php Add note of group use --- diff --git a/UPGRADING b/UPGRADING index 7cc93a3b16..e6b42ec75c 100644 --- a/UPGRADING +++ b/UPGRADING @@ -396,6 +396,8 @@ Other ======================================== - Core + . Added group use declarations. + (RFC: https://wiki.php.net/rfc/group_use_declarations) . Added null coalesce operator (??). (RFC: https://wiki.php.net/rfc/isset_ternary) . Support for strings with length >= 2^31 bytes in 64 bit builds.