We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d883bf commit cc80e26Copy full SHA for cc80e26
UPGRADING
@@ -401,10 +401,6 @@ PHP 8.5 UPGRADE NOTES
401
$_GET or $_SERVER['QUERY_STRING'] to access the information, after verifying
402
that the usage is safe.
403
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
408
409
- Curl:
410
. The curl_close() function has been deprecated, as CurlHandle objects are
0 commit comments