summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
Diffstat (limited to 'UPGRADING')
-rwxr-xr-xUPGRADING6
1 files changed, 4 insertions, 2 deletions
diff --git a/UPGRADING b/UPGRADING
index 581a38e2ad..87b9eefeed 100755
--- a/UPGRADING
+++ b/UPGRADING
@@ -34,8 +34,10 @@ PHP X.Y UPGRADE NOTES
2. New Features
========================================
-- Core:
- The php://input stream is now re-usable and can be used concurrently with
+- Added dedicated syntax for variadic functions.
+ (https://wiki.php.net/rfc/variadics)
+
+- The php://input stream is now re-usable and can be used concurrently with
enable_post_data_reading=0.
========================================