8000 Update NativeSessionStorage docblock to match defaults · rtek/symfony@25dac25 · GitHub
[go: up one dir, main page]

Skip to content

Commit 25dac25

Browse files
bradjones1fabpot
authored andcommitted
Update NativeSessionStorage docblock to match defaults
Symfony overrides a number of PHP's default session INI values, including `use_strict_mode`. This was enabled by default in the HTTP framework bundle in 3.4 https://github.com/symfony/symfony/blob/8ac480a5eaa31595ca4f7c3e29106e9d4ba45527/src/Symfony/Bundle/FrameworkBundle/CHANGELOG.md#340 but the docblock was not updated to correspond with this change.
1 parent b2a24b1 commit 25dac25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ class NativeSessionStorage implements SessionStorageInterface
8686
* name, "PHPSESSID"
8787
* referer_check, ""
8888
* serialize_handler, "php"
89-
* use_strict_mode, "0"
89+
* use_strict_mode, "1"
9090
* use_cookies, "1"
9191
* use_only_cookies, "1"
9292
* use_trans_sid, "0"

0 commit comments

Comments
 (0)
0