Skip to content

Commit

Permalink
bug #22546 [FrameworkBundle] Remove deprecated session listener from …
Browse files Browse the repository at this point in the history
…class compiliation (ro0NL)

This PR was merged into the 3.3-dev branch.

Discussion
----------

[FrameworkBundle] Remove deprecated session listener from class compiliation

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #22533
| License       | MIT
| Doc PR        | symfony/symfony-docs#... <!--highly recommended for new features-->

Continuation of #22535 :)

cc @chalasr

Commits
-------

dc37579 [FrameworkBundle] Remove deprecated session listener from class compilation
  • Loading branch information
fabpot committed Apr 27, 2017
2 parents af4703f + dc37579 commit 8974b52
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -721,7 +721,7 @@ private function registerSessionConfiguration(array $config, ContainerBuilder $c

if (PHP_VERSION_ID < 70000) {
$this->addClassesToCompile(array(
'Symfony\\Bundle\\FrameworkBundle\\EventListener\\SessionListener',
'Symfony\\Component\\HttpKernel\\EventListener\\SessionListener',
'Symfony\\Component\\HttpFoundation\\Session\\Storage\\NativeSessionStorage',
'Symfony\\Component\\HttpFoundation\\Session\\Storage\\PhpBridgeSessionStorage',
'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\NativeFileSessionHandler',
Expand Down

0 comments on commit 8974b52

Please sign in to comment.