Skip to content

Commit 0a3a121

Browse files
committed
NEWS / UPGRADING
1 parent bead416 commit 0a3a121

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

NEWS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ PHP NEWS
5454
released on bailout). (DanielEScherzer and ilutov)
5555
. Fixed AST printing for immediately invoked Closure. (Dmitrii Derepko)
5656
. Properly handle __debugInfo() returning an array reference. (nielsdos)
57+
. Added the pipe (|>) operator. (crell)
5758

5859
- Curl:
5960
. Added curl_multi_get_handles(). (timwolla)

UPGRADING

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,8 @@ PHP 8.5 UPGRADE NOTES
144144
RFC: https://wiki.php.net/rfc/attributes-on-constants
145145
. The #[\Deprecated] attribute can now be used on constants.
146146
RFC: https://wiki.php.net/rfc/attributes-on-constants
147+
. Added the pipe (|>) operator.
148+
RFC: https://wiki.php.net/rfc/pipe-operator-v3
147149

148150
- Curl:
149151
. Added support for share handles that are persisted across multiple PHP
@@ -476,6 +478,7 @@ PHP 8.5 UPGRADE NOTES
476478

477479
- Tokenizer:
478480
. T_VOID_CAST.
481+
. T_PIPE.
479482

480483
========================================
481484
11. Changes to INI File Handling

0 commit comments

Comments
 (0)