From 23634d5d842dabcf5d7475e2becb7e127824239e Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Wed, 1 Jun 2016 21:27:35 +0200 Subject: Jump to Symfony 3.1 --- web/app.php | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'web') diff --git a/web/app.php b/web/app.php index 5c5ee03b..4c2c4650 100644 --- a/web/app.php +++ b/web/app.php @@ -8,16 +8,6 @@ use Symfony\Component\HttpFoundation\Request; $loader = require __DIR__.'/../app/autoload.php'; include_once __DIR__.'/../var/bootstrap.php.cache'; -// Enable APC for autoloading to improve performance. -// You should change the ApcClassLoader first argument to a unique prefix -// in order to prevent cache key conflicts with other applications -// also using APC. -/* -$apcLoader = new Symfony\Component\ClassLoader\ApcClassLoader(sha1(__FILE__), $loader); -$loader->unregister(); -$apcLoader->register(true); -*/ - $kernel = new AppKernel('prod', false); $kernel->loadClassCache(); //$kernel = new AppCache($kernel); -- cgit v1.2.3