Yii core requirements have been updated: PHP version raised up to 5.3.11

This commit is contained in:
Paul Klimov
2013-05-21 13:25:51 +03:00
parent 987230a366
commit 99f757c641

View File

@@ -9,9 +9,9 @@ return array(
array(
'name' => 'PHP version',
'mandatory' => true,
'condition' => version_compare(PHP_VERSION, '5.3.3', '>='),
'condition' => version_compare(PHP_VERSION, '5.3.11', '>='),
'by' => '<a href="http://www.yiiframework.com">Yii Framework</a>',
'memo' => 'PHP 5.3.3 or higher is required.',
'memo' => 'PHP 5.3.11 or higher is required.',
),
array(
'name' => 'Reflection extension',