mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01:00
[ci skip] Add note about ReflectionProperty::setValue() signature deprecation to upgrade guide (#12036)
This commit is contained in:
@@ -326,6 +326,8 @@ PHP 8.3 UPGRADE NOTES
|
||||
|
||||
- Reflection:
|
||||
. Return type of ReflectionClass::getStaticProperties() is no longer nullable.
|
||||
. Calling ReflectionProperty::setValue() with only one parameter is deprecated.
|
||||
To set static properties, pass null as the first parameter.
|
||||
|
||||
- Standard:
|
||||
. E_NOTICEs emitted by unserialize() have been promoted to E_WARNING.
|
||||
|
||||
Reference in New Issue
Block a user