diff options
author | Bob Weinand <bobwei9@hotmail.com> | 2014-02-06 14:45:22 +0100 |
---|---|---|
committer | Bob Weinand <bobwei9@hotmail.com> | 2014-02-06 14:45:22 +0100 |
commit | 7a022da23b44ea932295dad8a155a59942ebd3da (patch) | |
tree | f85cfea86cc1f0df16ac8edd3972f75dbfe13ccb | |
parent | aff56f3c4539869910cf2778cf0ece2d8c2dd671 (diff) | |
download | php-git-7a022da23b44ea932295dad8a155a59942ebd3da.tar.gz |
Added information in NEWS and UPGRADING
-rw-r--r-- | NEWS | 4 | ||||
-rwxr-xr-x | UPGRADING | 5 |
2 files changed, 8 insertions, 1 deletions
@@ -3,6 +3,10 @@ PHP NEWS ?? ??? 2014, PHP 5.6.0 Alpha 3 06 Feb 2014, PHP 5.6.0 Alpha 2 +- Core: + . Added T_POW (**) operator + (RFC: https://wiki.php.net/rfc/pow-operator). (Tjerk Meesters) + - mysqli . Added new function mysqli_get_links_stats() as well as new INI variable mysqli.rollback_on_cached_plink of type bool (Andrey) @@ -43,7 +43,7 @@ PHP X.Y UPGRADE NOTES 2. New Features ======================================== -- Added constant scalar expressions syntax +- Added constant scalar expressions syntax. (https://wiki.php.net/rfc/const_scalar_exprs) - Added dedicated syntax for variadic functions. @@ -52,6 +52,9 @@ PHP X.Y UPGRADE NOTES - Added support for argument unpacking to complement the variadic syntax. (https://wiki.php.net/rfc/argument_unpacking) +- Added T_POW (**) operator. + (https://wiki.php.net/rfc/pow-operator) + - The php://input stream is now re-usable and can be used concurrently with enable_post_data_reading=0. |