We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bab5c4a commit aa34950Copy full SHA for aa34950
UPGRADING
@@ -565,6 +565,10 @@ PHP 8.4 UPGRADE NOTES
565
is deprecated. Update the session storage backend to accept 32 character
566
hexadecimal session IDs and stop changing these two INI settings.
567
RFC: https://wiki.php.net/rfc/deprecations_php_8_4#sessionsid_length_and_sessionsid_bits_per_character
568
+ . Changing the INI settings session.use_only_cookies, session.use_trans_sid,
569
+ session.trans_sid_tags, session.trans_sid_hosts, and session.referer_check
570
+ is deprecated.
571
+ RFC: https://wiki.php.net/rfc/deprecate-get-post-sessions
572
573
- SOAP:
574
. Passing an int to SoapServer::addFunction() is now deprecated.
0 commit comments