Skip to content

Commit

Permalink
[skip ci] Update UPGRADING wrt Deprecate GET/POST sessions RFC (#15865)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
cmb69 authored Sep 13, 2024
1 parent bab5c4a commit aa34950
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions UPGRADING
Original file line number Diff line number Diff line change
Expand Up @@ -565,6 +565,10 @@ PHP 8.4 UPGRADE NOTES
is deprecated. Update the session storage backend to accept 32 character
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
. 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:
. Passing an int to SoapServer::addFunction() is now deprecated.
Expand Down

0 comments on commit aa34950

Please sign in to comment.