mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
[ci skip] NEWS and UPGRADING for constants in traits (#9251)
see GH-8888
This commit is contained in:
parent
3b62d66098
commit
038c451c22
2 changed files with 3 additions and 1 deletions
1
NEWS
1
NEWS
|
@ -5,6 +5,7 @@ PHP NEWS
|
|||
- Core:
|
||||
. Fixed --CGI-- support of run-tests.php. (cmb)
|
||||
. Fixed incorrect double to long casting in latest clang. (zeriyoshi)
|
||||
. Added support for defining constants in traits. (sj-i)
|
||||
|
||||
- Random:
|
||||
. Fixed bug GH-9235 (non-existant $sequence parameter in stub for
|
||||
|
|
|
@ -88,7 +88,8 @@ PHP 8.2 UPGRADE NOTES
|
|||
error log file.
|
||||
. Added support for fetching properties of enums in constant expressions.
|
||||
RFC: https://wiki.php.net/rfc/fetch_property_in_const_expressions
|
||||
|
||||
. Added support for defining constants in traits.
|
||||
RFC: https://wiki.php.net/rfc/constants_in_traits
|
||||
|
||||
- Curl:
|
||||
. Added CURLINFO_EFFECTIVE_METHOD option and returning the effective
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue