File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ PHP NEWS
3
3
?? ??? 2014, PHP 5.6.0 Alpha 3
4
4
5
5
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
+
6
10
- mysqli
7
11
. Added new function mysqli_get_links_stats() as well as new INI variable
8
12
mysqli.rollback_on_cached_plink of type bool (Andrey)
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ PHP X.Y UPGRADE NOTES
43
43
2. New Features
44
44
========================================
45
45
46
- - Added constant scalar expressions syntax
46
+ - Added constant scalar expressions syntax.
47
47
(https://wiki.php.net/rfc/const_scalar_exprs)
48
48
49
49
- Added dedicated syntax for variadic functions.
@@ -52,6 +52,9 @@ PHP X.Y UPGRADE NOTES
52
52
- Added support for argument unpacking to complement the variadic syntax.
53
53
(https://wiki.php.net/rfc/argument_unpacking)
54
54
55
+ - Added T_POW (**) operator.
56
+ (https://wiki.php.net/rfc/pow-operator)
57
+
55
58
- The php://input stream is now re-usable and can be used concurrently with
56
59
enable_post_data_reading=0.
57
60
You can’t perform that action at this time.
0 commit comments