Commit 4d54319e by marsuboss

Duplicate

parent e3686716
...@@ -59,7 +59,7 @@ $requirements = [ ...@@ -59,7 +59,7 @@ $requirements = [
[ [
'name' => 'APC extension', 'name' => 'APC extension',
'mandatory' => false, 'mandatory' => false,
'condition' => extension_loaded('apc') || extension_loaded('apc'), 'condition' => extension_loaded('apc'),
'by' => '<a href="http://www.yiiframework.com/doc/api/CApcCache">CApcCache</a>', 'by' => '<a href="http://www.yiiframework.com/doc/api/CApcCache">CApcCache</a>',
], ],
// Additional PHP extensions : // Additional PHP extensions :
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment