made mcrypt a framework requirement
This commit is contained in:
parent
aa6c41046e
commit
1c14872c4a
@ -69,14 +69,6 @@ $requirements = array(
|
||||
'condition' => extension_loaded('apc'),
|
||||
'by' => '<a href="http://www.yiiframework.com/doc-2.0/yii-caching-apccache.html">ApcCache</a>',
|
||||
),
|
||||
// Additional PHP extensions :
|
||||
array(
|
||||
'name' => 'Mcrypt extension',
|
||||
'mandatory' => false,
|
||||
'condition' => extension_loaded('mcrypt'),
|
||||
'by' => '<a href="http://www.yiiframework.com/doc-2.0/yii-helpers-security.html">Security Helper</a>',
|
||||
'memo' => 'Required by encrypt and decrypt methods.'
|
||||
),
|
||||
// PHP ini :
|
||||
'phpSafeMode' => array(
|
||||
'name' => 'PHP safe mode',
|
||||
|
Loading…
Reference in New Issue
Block a user