HOR-1372
This commit is contained in:
Paula V. Quispe
2016-06-29 09:36:38 -04:00
parent 9e95b10463
commit e63692baf3

View File

@@ -130,7 +130,7 @@ class Installer extends Controller
$info->memory = new stdclass(); $info->memory = new stdclass();
$info->php->version = phpversion(); $info->php->version = phpversion();
$info->php->result = version_compare(phpversion(), '5.5.33') >= 0 ? true : false; $info->php->result = (version_compare(phpversion(), '5.4', '>=') && version_compare(phpversion(), '7.0', '<')) ? true : false;
// MYSQL info and verification // MYSQL info and verification
$info->mysql->result = false; $info->mysql->result = false;