File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 55- Core:
66 . Fixed --CGI-- support of run-tests.php. (cmb)
77 . Fixed incorrect double to long casting in latest clang. (zeriyoshi)
8+ . Added support for defining constants in traits. (sj-i)
89
910- Random:
1011 . Fixed bug GH-9235 (non-existant $sequence parameter in stub for
Original file line number Diff line number Diff line change @@ -88,7 +88,8 @@ PHP 8.2 UPGRADE NOTES
8888 error log file.
8989 . Added support for fetching properties of enums in constant expressions.
9090 RFC: https://wiki.php.net/rfc/fetch_property_in_const_expressions
91-
91+ . Added support for defining constants in traits.
92+ RFC: https://wiki.php.net/rfc/constants_in_traits
9293
9394- Curl:
9495 . Added CURLINFO_EFFECTIVE_METHOD option and returning the effective
You can’t perform that action at this time.
0 commit comments