diff options
Diffstat (limited to 'UPGRADING')
| -rwxr-xr-x | UPGRADING | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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. ======================================== |
