]> granicus.if.org Git - php/commitdiff
Added note about const scalar exprs in UPGRADING file
authorBob Weinand <bobwei9@hotmail.com>
Mon, 2 Dec 2013 17:39:01 +0000 (18:39 +0100)
committerBob Weinand <bobwei9@hotmail.com>
Mon, 2 Dec 2013 17:39:01 +0000 (18:39 +0100)
UPGRADING

index 6392c5fa762d66e78b5135c8b59d36ef496994a5..b4f389de2dd7a8e43ef526fc0f9e1ff4020835e5 100755 (executable)
--- 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)