From c772f9227e0d894f555370d54c474e40ae499de2 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Fri, 13 Sep 2024 00:48:50 +0200 Subject: [PATCH] [skip ci] Update UPGRADING wrt Deprecate GET/POST sessions RFC This RFC[1] has already been implemented via its respective PR[2], so we add this information to UPGRADING. [1] [2] --- UPGRADING | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/UPGRADING b/UPGRADING index bb602e5050978..19ee6722734a0 100644 --- a/UPGRADING +++ b/UPGRADING @@ -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.