From 43a8f4f81439455d22471822bfa5f61708a2dc17 Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Fri, 17 Jan 2014 20:28:49 +0800 Subject: [PATCH] Add a couple of missing items to UPGRADING. Usual grumble about please ensuring UPGRADING gets updated goes here. :) --- UPGRADING | 6 ++++++ 1 file changed, 6 insertions(+) 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 ======================================== -- 2.40.0