You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #42613 Update NativeSessionStorage docblock to match defaults (bradjones1)
This PR was submitted for the 5.4 branch but it was merged into the 4.4 branch instead.
Discussion
----------
Update NativeSessionStorage docblock to match defaults
| Q | A
| ------------- | ---
| Branch? | 5.4
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Tickets |
| License | MIT
| Doc PR |
Symfony overrides a number of PHP's default session INI values, including `use_strict_mode`. This was enabled by defau
8000
lt 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.
Commits
-------
25dac25 Update NativeSessionStorage docblock to match defaults
0 commit comments