8000 bug #22546 [FrameworkBundle] Remove deprecated session listener from … · symfony/symfony@8974b52 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8974b52

Browse files
committed
bug #22546 [FrameworkBundle] Remove deprecated session listener from 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
2 parents af4703f + dc37579 commit 8974b52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@ private function registerSessionConfiguration(array $config, ContainerBuilder $c
721721

722722
if (PHP_VERSION_ID < 70000) {
723723
$this->addClassesToCompile(array(
724-
'Symfony\\Bundle\\FrameworkBundle\\EventListener\\SessionListener',
724+
'Symfony\\Component\\HttpKernel\\EventListener\\SessionListener',
725725
'Symfony\\Component\\HttpFoundation\\Session\\Storage\\NativeSessionStorage',
726726
'Symfony\\Component\\HttpFoundation\\Session\\Storage\\PhpBridgeSessionStorage',
727727
'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\NativeFileSessionHandler',

0 commit comments

Comments
 (0)
0