Skip to content

Commit 7a022da

Browse files
committed
Added information in NEWS and UPGRADING
1 parent aff56f3 commit 7a022da

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ PHP NEWS
33
?? ??? 2014, PHP 5.6.0 Alpha 3
44

55
06 Feb 2014, PHP 5.6.0 Alpha 2
6+
- Core:
7+
. Added T_POW (**) operator
8+
(RFC: https://wiki.php.net/rfc/pow-operator). (Tjerk Meesters)
9+
610
- mysqli
711
. Added new function mysqli_get_links_stats() as well as new INI variable
812
mysqli.rollback_on_cached_plink of type bool (Andrey)

UPGRADING

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ PHP X.Y UPGRADE NOTES
4343
2. New Features
4444
========================================
4545

46-
- Added constant scalar expressions syntax
46+
- Added constant scalar expressions syntax.
4747
(https://wiki.php.net/rfc/const_scalar_exprs)
4848

4949
- Added dedicated syntax for variadic functions.
@@ -52,6 +52,9 @@ PHP X.Y UPGRADE NOTES
5252
- Added support for argument unpacking to complement the variadic syntax.
5353
(https://wiki.php.net/rfc/argument_unpacking)
5454

55+
- Added T_POW (**) operator.
56+
(https://wiki.php.net/rfc/pow-operator)
57+
5558
- The php://input stream is now re-usable and can be used concurrently with
5659
enable_post_data_reading=0.
5760

0 commit comments

Comments
 (0)