File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff 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========================================
48148411. Changes to INI File Handling
You can’t perform that action at this time.
0 commit comments