-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Support for new 7.1 session options #21606
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Source: Migrating from PHP 7.0.x to PHP 7.1.x - Other changes - Session ID generation without hashing |
please submit a PR against branch 2.7 |
vincentaubert
added a commit
to vincentaubert/symfony
that referenced
this issue
Jun 10, 2017
vincentaubert
added a commit
to vincentaubert/symfony
that referenced
this issue
Jun 10, 2017
vincentaubert
added a commit
to vincentaubert/symfony
that referenced
this issue
Jun 10, 2017
vincentaubert
added a commit
to vincentaubert/symfony
that referenced
this issue
Jun 14, 2017
fabpot
added a commit
that referenced
this issue
Jun 14, 2017
…ns (vincentaubert) This PR was merged into the 2.7 branch. Discussion ---------- [HttpFoundation] fix for Support for new 7.1 session options | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #21606 | License | MIT | Doc PR | n/a Commits ------- 71c1b6f fixes #21606
fabpot
added a commit
that referenced
this issue
Jun 14, 2017
…ions (fabpot) This PR was merged into the 4.0-dev branch. Discussion ---------- [HttpFoundation] Remove obsolete ini settings for sessions | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #21606 | License | MIT | Doc PR | n/a As of PHP 7.1, those settings do not exist anymore. See http://php.net/manual/de/migration71.other-changes.php#migration71.other-changes.session-id-generation-without-hashing Commits ------- 86911b5 [HttpFoundation] removed obsolete ini settings for sessions
fabpot
added a commit
that referenced
this issue
Jun 20, 2017
* 2.7: [Routing] Fix XmlFileLoader exception message Sessions: configurable "use_strict_mode" option for NativeSessionStorage [FrameworkBundle] [Command] Clean bundle directory, fixes #23177 Reset redirectCount when throwing exception [TwigBundle] Remove template.xml services when templating is disabled add content-type header on exception response Embedding a response that combines expiration and validation, that should not defeat expiration on the combined response Fix two edge cases in ResponseCacheStrategy [Routing] Expose request in route conditions, if needed and possible [Routing] Expose request in route conditions, if needed and possible [Translation][FrameworkBundle] Fix resource loading order inconsistency reported in #23034 [Filesystem] added workaround in Filesystem::rename for PHP bug Add tests for ResponseCacheStrategy to document some more edge cases [HttpFoundation] added missing docs fixes #21606 [VarDumper] fixes [Security] fix switch user _exit without having current token
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
The NativeSessionStorage is not supporting the new php 7.1 session:
php.net
sid_bits_per_character
sid_length
trans_sid_hosts
trans_sid_tags
The text was updated successfully, but these errors were encountered: