[skip ci] Update UPGRADING wrt Deprecate GET/POST sessions RFC (#15865)

This RFC[1] has already been implemented via its respective PR[2], so
we add this information to UPGRADING.

[1] <https://wiki.php.net/rfc/deprecate-get-post-sessions>
[2] <https://github.com/php/php-src/pull/13578>
This commit is contained in:
Christoph M. Becker 2024-09-13 13:15:09 +02:00 committed by GitHub
parent bab5c4a7ac
commit aa34950344
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -565,6 +565,10 @@ PHP 8.4 UPGRADE NOTES
is deprecated. Update the session storage backend to accept 32 character is deprecated. Update the session storage backend to accept 32 character
hexadecimal session IDs and stop changing these two INI settings. hexadecimal session IDs and stop changing these two INI settings.
RFC: https://wiki.php.net/rfc/deprecations_php_8_4#sessionsid_length_and_sessionsid_bits_per_character RFC: https://wiki.php.net/rfc/deprecations_php_8_4#sessionsid_length_and_sessionsid_bits_per_character
. Changing the INI settings session.use_only_cookies, session.use_trans_sid,
session.trans_sid_tags, session.trans_sid_hosts, and session.referer_check
is deprecated.
RFC: https://wiki.php.net/rfc/deprecate-get-post-sessions
- SOAP: - SOAP:
. Passing an int to SoapServer::addFunction() is now deprecated. . Passing an int to SoapServer::addFunction() is now deprecated.