1
0
mirror of https://github.com/php/php-src.git synced 2026-03-27 17:52:16 +01:00

Added note about const scalar exprs in UPGRADING file

This commit is contained in:
Bob Weinand
2013-12-02 18:39:01 +01:00
parent f254476f99
commit 2d230254de

View File

@@ -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)