Add opcache option; change detection during install for cache driver

This commit is contained in:
Nabeel Shahzad
2019-07-18 09:26:33 -04:00
parent a0a6ab027f
commit a9c5be1c70
8 changed files with 147 additions and 50 deletions

View File

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