File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,10 @@ PHP NEWS
2
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
3
?? ??? ????, PHP 8.5.0RC2
4
4
5
+ - Core:
6
+ . Revert deprecation of __sleep() and __wakeup().
7
+ They're now soft-deprecated. (Nicolas Grekas)
8
+
5
9
- Opcache
6
10
. Fixed segfault in function JIT due to NAN to bool warning. (Girgias)
7
11
Original file line number Diff line number Diff line change @@ -401,10 +401,11 @@ PHP 8.5 UPGRADE NOTES
401
401
$_GET or $_SERVER['QUERY_STRING'] to access the information, after verifying
402
402
that the usage is safe.
403
403
RFC: https://wiki.php.net/rfc/deprecations_php_8_5#deprecate_the_register_argc_argv_ini_directive
404
- . The __sleep() and __wakeup() magic methods have been deprecated. The
404
+ . The __sleep() and __wakeup() magic methods have been soft- deprecated. The
405
405
__serialize() and __unserialize() magic methods should be used instead,
406
406
or at the same time if compatibility with PHP 7 is required.
407
407
RFC: https://wiki.php.net/rfc/deprecations_php_8_5#deprecate_the_sleep_and_wakeup_magic_methods
408
+ RFC: https://wiki.php.net/rfc/soft-deprecate-sleep-wakeup
408
409
409
410
- Curl:
410
411
. The curl_close() function has been deprecated, as CurlHandle objects are
You can’t perform that action at this time.
0 commit comments