Browse Source

'ctype' PHP extension added to the requirements

tags/2.0.6
Klimov Paul 9 years ago
parent
commit
219bf07dbb
  1. 6
      framework/requirements/requirements.php

6
framework/requirements/requirements.php

@ -32,6 +32,12 @@ return array(
'by' => '<a href="http://www.yiiframework.com">Yii Framework</a>',
),
array(
'name' => 'Ctype extension',
'mandatory' => true,
'condition' => extension_loaded('ctype'),
'by' => '<a href="http://www.yiiframework.com">Yii Framework</a>'
),
array(
'name' => 'MBString extension',
'mandatory' => true,
'condition' => extension_loaded('mbstring'),

Loading…
Cancel
Save