Skip to content

Commit aa34950

Browse files
authored
[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] <#13578>
1 parent bab5c4a commit aa34950

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

UPGRADING

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -565,6 +565,10 @@ PHP 8.4 UPGRADE NOTES
565565
is deprecated. Update the session storage backend to accept 32 character
566566
hexadecimal session IDs and stop changing these two INI settings.
567567
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
568572

569573
- SOAP:
570574
. Passing an int to SoapServer::addFunction() is now deprecated.

0 commit comments

Comments
 (0)