mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-08 17:07:33 +08:00
Duplicate
This commit is contained in:
@ -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 :
|
||||
|
||||
Reference in New Issue
Block a user