This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component
Fabien Potencier 904163788a bug #31338 Revert "bug #30620 [FrameworkBundle][HttpFoundation] make session service resettable (dmaicher)" (nicolas-grekas)
This PR was merged into the 3.4 branch.

Discussion
----------

Revert "bug #30620 [FrameworkBundle][HttpFoundation] make session service resettable (dmaicher)"

| Q             | A
| ------------- | ---
| Branch?       | 3.4
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | -
| License       | MIT
| Doc PR        | -

This reverts commit 029fb2e7e3, reversing
changes made to 9dad29d61c.

Reverts #30620
Replaces #31215

We don't need to solve this in 3.4
Making the session resettable should be done on master, by implementing `ResetInterface`.
On 3.4 apps, one should write a dedicated `SessionResetter` that would implement the reverted logic.

Commits
-------

4177331915 Revert "bug #30620 [FrameworkBundle][HttpFoundation] make session service resettable (dmaicher)"
2019-05-01 10:11:03 +02:00
..
Asset switched array() to [] 2019-01-16 10:39:14 +01:00
BrowserKit Run test in separate process 2019-04-06 21:33:58 +02:00
Cache security #cve-2019-10912 [Cache][PHPUnit Bridge] Prevent destructors with side-effects from being unserialized (nicolas-grekas) 2019-04-16 11:03:16 +02:00
ClassLoader switched array() to [] 2019-01-16 10:39:14 +01:00
Config Apply php-cs-fixer rule for array_key_exists() 2019-02-23 16:06:07 +01:00
Console fix resetting the COLUMN environment variable 2019-04-08 11:29:13 +02:00
CssSelector switched array() to [] 2019-01-16 10:39:14 +01:00
Debug Optimize SVGs 2019-04-11 11:48:14 +02:00
DependencyInjection Fix name and phpdoc of ContainerBuilder::removeBindings 2019-04-20 17:32:49 +02:00
DomCrawler Apply php-cs-fixer rule for array_key_exists() 2019-02-23 16:06:07 +01:00
Dotenv SCA: minor code tweaks 2019-04-01 09:08:40 +02:00
EventDispatcher [EventDispatcher] cleanup 2019-04-02 10:51:52 +02:00
ExpressionLanguage fixed CS in ExpressionLanguage fixtures 2019-01-16 13:52:19 +01:00
Filesystem [Filesystem] Fixed some docblocks and typos 2019-02-04 22:34:32 +01:00
Finder Skip Glob brace test when GLOB_BRACE is unavailable 2019-04-02 21:54:57 +02:00
Form [Form] Fix author tag + exception messages 2019-04-27 09:59:15 +02:00
HttpFoundation Revert "bug #30620 [FrameworkBundle][HttpFoundation] make session service resettable (dmaicher)" 2019-05-01 10:04:33 +02:00
HttpKernel bumped Symfony version to 3.4.27 2019-04-17 18:12:19 +02:00
Inflector fixed short array CS in comments 2019-01-16 14:27:11 +01:00
Intl [Intl] Update the ICU data to 64.2 2019-04-18 10:57:10 +01:00
Ldap [VarDumper][Ldap] relax some locally failing tests 2019-04-16 15:58:17 +02:00
Lock switched array() to [] 2019-01-16 10:39:14 +01:00
OptionsResolver CS Fixes: Not double split with one array argument 2019-04-10 18:00:48 +02:00
Process fixed CS 2019-04-08 18:15:54 +02:00
PropertyAccess [PropertyAccess] Fixed PropertyPathBuilder remove that fails to reset internal indexes 2019-03-04 07:36:31 +01:00
PropertyInfo Apply php-cs-fixer rule for array_key_exists() 2019-02-23 16:06:07 +01:00
Routing [Routing] Fix routes annotation loading with glob pattern 2019-03-29 22:58:42 +01:00
Security Updated some translation files 2019-04-27 17:49:24 +01:00
Serializer [Serializer] Fix tests 2019-04-27 23:20:35 +02:00
Stopwatch switched array() to [] 2019-01-16 10:39:14 +01:00
Templating Apply php-cs-fixer rule for array_key_exists() 2019-02-23 16:06:07 +01:00
Translation [Translator] Preserve default domain when extracting strings from php files 2019-04-27 17:21:58 +01:00
Validator [Validator] Translate messages into Japanese 2019-04-29 10:34:27 +02:00
VarDumper [VarDumper][Ldap] relax some locally failing tests 2019-04-16 15:58:17 +02:00
WebLink switched array() to [] 2019-01-16 10:39:14 +01:00
Workflow [Workflow] Fixed dumping when many transition with same name exist 2019-04-30 17:32:30 +02:00
Yaml use behavior instead of behaviour 2019-03-25 08:48:46 +01:00