From 2acc49fe6086540104d0ec995a45ef7b5b2d2fb1 Mon Sep 17 00:00:00 2001 From: Oliver Hoff Date: Tue, 12 Apr 2016 12:06:21 +0200 Subject: [PATCH] dont hint the usage of the ApcuClassLoader anymore the ApcuClassLoader isnt needed for PHP 5.6+ / PHP 7+ anymore, since Composer can now dump a OPCache optimized static classmap, that has similar performance characteristics also the ApcuClassLoader could cause problems with memory fragmentation for large apps see https://github.com/composer/composer/pull/5174 --- web/app.php | 9 --------- 1 file changed, 9 deletions(-) diff --git a/web/app.php b/web/app.php index b70e120d35..b3eee9b25a 100644 --- a/web/app.php +++ b/web/app.php @@ -1,18 +1,9 @@ register(true); -*/ - require_once __DIR__.'/../app/AppKernel.php'; //require_once __DIR__.'/../app/AppCache.php';