Skip to content

Commit cc80e26

Browse files
Revert "Update NEWS/UPGRADING for __sleep() deprecation"
This reverts commit 4191843.
1 parent 0d883bf commit cc80e26

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

UPGRADING

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -401,10 +401,6 @@ PHP 8.5 UPGRADE NOTES
401401
$_GET or $_SERVER['QUERY_STRING'] to access the information, after verifying
402402
that the usage is safe.
403403
RFC: https://wiki.php.net/rfc/deprecations_php_8_5#deprecate_the_register_argc_argv_ini_directive
404-
. The __sleep() magic method has been deprecated. The __serialize() magic
405-
method should be used instead, or at the same time if compatibility with
406-
PHP 7 is required.
407-
RFC: https://wiki.php.net/rfc/deprecations_php_8_5#deprecate_the_sleep_and_wakeup_magic_methods
408404

409405
- Curl:
410406
. The curl_close() function has been deprecated, as CurlHandle objects are

0 commit comments

Comments
 (0)