Skip to content

Commit 0b33e4e

Browse files
Merge branch '7.4' into 8.0
* 7.4: Fix php.net links fix version number in deprecation configuration for the storage service for the login throttling rate limiter chore: PHP CS Fixer fixes [ObjectMapper] Correctly manage constructor initialization [DoctrineBridge] Restore compatibility with Doctrine ODM by validating $class object type [Messenger] Allow any `ServiceResetterInterface` implementation in `ResetServicesListener` return early if handle has been cleaned up before chore: Increase minimum version of type-info component [FrameworkBundle] Add functional tests for the `ContainerLintCommand` command Update sponsors for Symfony 7.3 Fix precision loss when rounding large integers in `NumberToLocalizedStringTransformer` [JsonStreamer] Fix nested generated foreach loops [TypeInfo] Fix imported-only alias resolving
2 parents c7a79d6 + 9ed8e6b commit 0b33e4e

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
@@ -116,12 +116,12 @@ public function start(): bool
116116
* ---------- Part 1
117117
*
118118
* The part `[a-zA-Z0-9,-]` corresponds to the character range when PHP's `session.sid_bits_per_character` is set to 6.
119-
* See https://www.php.net/manual/en/session.configuration.php#ini.session.sid-bits-per-character.
119+
* See https://php.net/session.configuration#ini.session.sid-bits-per-character
120120
*
121121
* ---------- Part 2
122122
*
123123
* The part `{22,250}` defines the acceptable length range for session IDs.
124-
* See https://www.php.net/manual/en/session.configuration.php#ini.session.sid-length.
124+
* See https://php.net/session.configuration#ini.session.sid-length
125125
* Allowed values are integers between 22 and 256, but we use 250 for the max.
126126
*
127127
* 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