Removed FileSessionHandler from FrameworkExtension to stop compiling a file that does not exist.

This commit is contained in:
Zach Badgett 2012-07-13 13:04:05 -06:00
parent 5f6a17b8cc
commit 12d6ae76a2
1 changed files with 0 additions and 1 deletions

View File

@ -302,7 +302,6 @@ class FrameworkExtension extends Extension
$this->addClassesToCompile(array(
'Symfony\\Bundle\\FrameworkBundle\\EventListener\\SessionListener',
'Symfony\\Component\\HttpFoundation\\Session\\Storage\\NativeSessionStorage',
'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\FileSessionHandler',
'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\AbstractProxy',
'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\SessionHandlerProxy',
$container->getDefinition('session')->getClass(),