From 820037d0e02bf1f5fae8ed2d3ce4c9e9cce730d0 Mon Sep 17 00:00:00 2001 From: Juliette <663378+jrfnl@users.noreply.github.com> Date: Sat, 5 Oct 2024 10:54:05 +0200 Subject: [PATCH] [skip ci] UPGRADING: mention SID deprecation (#16238) Refs: https://wiki.php.net/rfc/deprecate-get-post-sessions / PR 13578 Co-authored-by: jrfnl --- UPGRADING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPGRADING b/UPGRADING index e910a85d4ad..e6466d3cfca 100644 --- a/UPGRADING +++ b/UPGRADING @@ -581,7 +581,7 @@ PHP 8.4 UPGRADE NOTES 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. + is deprecated. The SID constant is also deprecated. RFC: https://wiki.php.net/rfc/deprecate-get-post-sessions - SOAP: