1
0
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:
Marcus Bointon
2023-08-25 00:18:19 +02:00
committed by GitHub
parent 649872f105
commit d7eb4cfdb2

View File

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