From: Adam Harvey Date: Fri, 17 Jan 2014 12:28:49 +0000 (+0800) Subject: Add a couple of missing items to UPGRADING. X-Git-Tag: php-5.6.0alpha1~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=43a8f4f81439455d22471822bfa5f61708a2dc17;p=php Add a couple of missing items to UPGRADING. Usual grumble about please ensuring UPGRADING gets updated goes here. :) --- diff --git a/UPGRADING b/UPGRADING index a2e92616ce..8f83b51101 100755 --- a/UPGRADING +++ b/UPGRADING @@ -38,6 +38,9 @@ PHP X.Y UPGRADE NOTES - Added dedicated syntax for variadic functions. (https://wiki.php.net/rfc/variadics) +- Added support for argument unpacking to complement the variadic syntax. + (https://wiki.php.net/rfc/argument_unpacking) + - The php://input stream is now re-usable and can be used concurrently with enable_post_data_reading=0. @@ -48,6 +51,9 @@ PHP X.Y UPGRADE NOTES - Added openssl crypto method stream context option. +- Added use function and use const. + (https://wiki.php.net/rfc/use_function) + ======================================== 2. Changes in SAPI modules ========================================