File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 5
5
- Core:
6
6
. Fixed bug GH-19765 (object_properties_load() bypasses readonly property
7
7
checks). (timwolla)
8
+ . The __sleep() magic method has been deprecated. (Girgias)
8
9
9
10
- URI:
10
11
. Fixed bug GH-19780 (InvalidUrlException should check $errors argument).
Original file line number Diff line number Diff line change @@ -392,6 +392,10 @@ PHP 8.5 UPGRADE NOTES
392
392
$_GET or $_SERVER['QUERY_STRING'] to access the information, after verifying
393
393
that the usage is safe.
394
394
RFC: https://wiki.php.net/rfc/deprecations_php_8_5#deprecate_the_register_argc_argv_ini_directive
395
+ . The __sleep() magic method has been deprecated. The __serialize() magic
396
+ method should be used instead, or at the same time if compatibility with
397
+ PHP 7 is required.
398
+ RFC: https://wiki.php.net/rfc/deprecations_php_8_5#deprecate_the_sleep_and_wakeup_magic_methods
395
399
396
400
- Curl:
397
401
. The curl_close() function has been deprecated, as CurlHandle objects are
You can’t perform that action at this time.
0 commit comments