Commit 2c92fc89 by Paul Klimov

Merge pull request #1229 from marsuboss/patch-2

Duplicate APC requirement removed
parents e3686716 4d54319e
......@@ -59,7 +59,7 @@ $requirements = [
[
'name' => 'APC extension',
'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>',
],
// 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