Skip to content

Commit 9ed8e6b

Browse files
Merge branch '7.3' into 7.4
* 7.3: Fix php.net links fix version number in deprecation [ObjectMapper] Correctly manage constructor initialization [DoctrineBridge] Restore compatibility with Doctrine ODM by validating $class object type chore: Increase minimum version of type-info component [FrameworkBundle] Add functional tests for the `ContainerLintCommand` command Fix precision loss when rounding large integers in `NumberToLocalizedStringTransformer` [JsonStreamer] Fix nested generated foreach loops [TypeInfo] Fix imported-only alias resolving
2 parents 8fc0a5f + b5d416e commit 9ed8e6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Session/Storage/NativeSessionStorage.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ public function start(): bool
123123
* ---------- Part 1
124124
*
125125
* The part `[a-zA-Z0-9,-]` is related to the PHP ini directive `session.sid_bits_per_character` defined as 6.
126-
* See https://www.php.net/manual/en/session.configuration.php#ini.session.sid-bits-per-character.
126+
* See https://php.net/session.configuration#ini.session.sid-bits-per-character
127127
* Allowed values are integers such as:
128128
* - 4 for range `a-f0-9`
129129
* - 5 for range `a-v0-9` (@deprecated since Symfony 7.2, it will default to 4 and the option will be ignored in Symfony 8.0)
@@ -132,7 +132,7 @@ public function start(): bool
132132
* ---------- Part 2
133133
*
134134
* The part `{22,250}` is related to the PHP ini directive `session.sid_length`.
135-
* See https://www.php.net/manual/en/session.configuration.php#ini.session.sid-length.
135+
* See https://php.net/session.configuration#ini.session.sid-length
136136
* Allowed values are integers between 22 and 256, but we use 250 for the max.
137137
*
138138
* Where does the 250 come from?

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy