]> granicus.if.org Git - php/commitdiff
Add a couple of missing items to UPGRADING.
authorAdam Harvey <aharvey@php.net>
Fri, 17 Jan 2014 12:28:49 +0000 (20:28 +0800)
committerAdam Harvey <aharvey@php.net>
Fri, 17 Jan 2014 12:28:49 +0000 (20:28 +0800)
Usual grumble about please ensuring UPGRADING gets updated goes here. :)

UPGRADING

index a2e92616ce4649d94de0af9930c9e647dd22d0c4..8f83b5110136304bad43e36f5af444fd3716011a 100755 (executable)
--- 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
 ========================================