Skip to content

Commit 4dc4e9d

Browse files
committed
Minor tweak
1 parent 56069f0 commit 4dc4e9d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

reference/configuration/framework.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1884,7 +1884,8 @@ If not set, ``php.ini``'s `session.sid_length`_ directive will be relied on.
18841884

18851885
.. deprecated:: 7.2
18861886

1887-
The ``sid_length`` option was deprecated in Symfony 7.2.
1887+
The ``sid_length`` option was deprecated in Symfony 7.2. No alternative is
1888+
provided as PHP 8.4 has deprecated the related option.
18881889

18891890
sid_bits_per_character
18901891
......................
@@ -1900,7 +1901,8 @@ If not set, ``php.ini``'s `session.sid_bits_per_character`_ directive will be re
19001901

19011902
.. deprecated:: 7.2
19021903

1903-
The ``sid_bits_per_character`` option was deprecated in Symfony 7.2.
1904+
The ``sid_bits_per_character`` option was deprecated in Symfony 7.2. No alternative
1905+
is provided as PHP 8.4 has deprecated the related option.
19041906

19051907
save_path
19061908
.........

0 commit comments

Comments
 (0)