mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
[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:
parent
bab5c4a7ac
commit
aa34950344
1 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue