mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-25 03:01:21 +08:00
made mcrypt a framework requirement
This commit is contained in:
@@ -38,6 +38,13 @@ return array(
|
||||
'by' => '<a href="http://www.php.net/manual/en/book.mbstring.php">Multibyte string</a> processing',
|
||||
'memo' => 'Required for multibyte encoding string processing.'
|
||||
),
|
||||
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.'
|
||||
),
|
||||
array(
|
||||
'name' => 'Intl extension',
|
||||
'mandatory' => false,
|
||||
|
||||
Reference in New Issue
Block a user