Add opcache option; change detection during install for cache driver
This commit is contained in:
@@ -5,6 +5,15 @@ return [
|
||||
'version' => '7.2'
|
||||
],
|
||||
|
||||
'cache' => [
|
||||
// Default driver to use when no driver is present
|
||||
'default' => 'file',
|
||||
'drivers' => [
|
||||
'Zend OPcache' => 'opcache',
|
||||
'apc' => 'apc',
|
||||
],
|
||||
],
|
||||
|
||||
'extensions' => [
|
||||
'calendar',
|
||||
'openssl',
|
||||
|
||||
Reference in New Issue
Block a user