Disable using apc/opcache by default if found #625 (#629)

This commit is contained in:
Nabeel S
2020-03-09 13:08:07 -04:00
committed by GitHub
parent 2846a78d2a
commit 2c238763cb

View File

@@ -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',
],
],