File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ PHP NEWS
53
53
evaluation) and GH-18464 (Recursion protection for deprecation constants not
54
54
released on bailout). (DanielEScherzer and ilutov)
55
55
. Fixed AST printing for immediately invoked Closure. (Dmitrii Derepko)
56
+ . Property hooks are now allowed on backed readonly properties. ()
56
57
57
58
- Curl:
58
59
. 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
144
144
RFC: https://wiki.php.net/rfc/attributes-on-constants
145
145
. The #[\Deprecated] attribute can now be used on constants.
146
146
RFC: https://wiki.php.net/rfc/attributes-on-constants
147
+ . Property hooks are now allowed on backed readonly properties.
148
+ RFC: https://wiki.php.net/rfc/readonly_hooks
147
149
148
150
- Curl:
149
151
. Added support for share handles that are persisted across multiple PHP
You can’t perform that action at this time.
0 commit comments