Skip to content

Commit

Permalink
Added information in NEWS and UPGRADING
Browse files Browse the repository at this point in the history
  • Loading branch information
bwoebi committed Feb 6, 2014
1 parent aff56f3 commit 7a022da
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
5 changes: 4 additions & 1 deletion UPGRADING
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.

Expand Down

0 comments on commit 7a022da

Please sign in to comment.