Merged in bugfix/HOR-4573 (pull request #6484)

HOR-4573

Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com>
This commit is contained in:
Paula Quispe
2018-05-29 19:44:34 +00:00
committed by Julio Cesar Laura Avendaño

View File

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