diff --git a/modules/Installer/Config/config.php b/modules/Installer/Config/config.php index 227cd297..f18f27f5 100644 --- a/modules/Installer/Config/config.php +++ b/modules/Installer/Config/config.php @@ -9,8 +9,8 @@ return [ // Default driver to use when no driver is present 'default' => 'file', 'drivers' => [ - 'Zend OPcache' => 'opcache', - 'apc' => 'apc', + // 'Zend OPcache' => 'opcache', + // 'apc' => 'apc', ], ],