mirror of
https://github.com/slawkens/myaac.git
synced 2026-02-06 21:26:22 +01:00
Add PHP to cache engine list in settings
This commit is contained in:
@@ -219,7 +219,14 @@ return [
|
|||||||
'cache_engine' => [
|
'cache_engine' => [
|
||||||
'name' => 'Cache Engine',
|
'name' => 'Cache Engine',
|
||||||
'type' => 'options',
|
'type' => 'options',
|
||||||
'options' => ['auto' => 'Auto', 'file' => 'Files', 'apc' => 'APC', 'apcu' => 'APCu', 'disable' => 'Disable'],
|
'options' => [
|
||||||
|
'auto' => 'Auto',
|
||||||
|
'file' => 'Files',
|
||||||
|
'apc' => 'APC',
|
||||||
|
'apcu' => 'APCu',
|
||||||
|
'php' => 'PHP',
|
||||||
|
'disable' => 'Disable',
|
||||||
|
],
|
||||||
'desc' => 'Auto is most reasonable. It will detect the best cache engine',
|
'desc' => 'Auto is most reasonable. It will detect the best cache engine',
|
||||||
'default' => 'auto',
|
'default' => 'auto',
|
||||||
'is_config' => true,
|
'is_config' => true,
|
||||||
|
|||||||
Reference in New Issue
Block a user