summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xUPGRADING6
1 files changed, 6 insertions, 0 deletions
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
========================================