New option: apc_cache.enabled = true by default (beta)

SVN:trunk[1171]
This commit is contained in:
Romain Quetiez
2011-04-04 14:04:30 +00:00
parent 4febe204e1
commit 36dd9fc05e
2 changed files with 28 additions and 10 deletions

View File

@@ -278,6 +278,14 @@ class Config
'source_of_value' => '',
'show_in_conf_sample' => true,
),
'apc_cache.enabled' => array(
'type' => 'bool',
'description' => 'If set, the APC cache is allowed (the PHP extension must also be active)',
'default' => true,
'value' => true,
'source_of_value' => '',
'show_in_conf_sample' => true,
),
);
public function IsProperty($sPropCode)