From: Bob Weinand Date: Mon, 2 Dec 2013 17:39:01 +0000 (+0100) Subject: Added note about const scalar exprs in UPGRADING file X-Git-Tag: php-5.6.0alpha1~147 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2d230254de72ccbdecf4119160cd376e37e5692f;p=php Added note about const scalar exprs in UPGRADING file --- diff --git a/UPGRADING b/UPGRADING index 6392c5fa76..b4f389de2d 100755 --- a/UPGRADING +++ b/UPGRADING @@ -42,6 +42,9 @@ PHP X.Y UPGRADE NOTES 2. New Features ======================================== +- Added constant scalar expressions syntax + (https://wiki.php.net/rfc/const_scalar_exprs) + - Added dedicated syntax for variadic functions. (https://wiki.php.net/rfc/variadics)