mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-09 01:27:20 +08:00
Merge pull request #1229 from marsuboss/patch-2
Duplicate APC requirement removed
This commit is contained in:
@ -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 :
|
||||||
|
|||||||
Reference in New Issue
Block a user