[ci skip] NEWS and UPGRADING for constants in traits (#9251)

see GH-8888
This commit is contained in:
sji 2022-08-05 06:18:50 +09:00 committed by GitHub
parent 3b62d66098
commit 038c451c22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

1
NEWS
View file

@ -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

View file

@ -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