N°942 setup : add checks for next iTop release requirements on PHP and MySQL versions

* new constants in SetupUtils
* renamed existing methods
* warning if PHP and MySQL versions are lower than expected

SVN:trunk[5190]
This commit is contained in:
Pierre Goiffon
2018-01-02 16:04:26 +00:00
parent 71d9bb18e5
commit 1f8bd69aef
2 changed files with 101 additions and 34 deletions

View File

@@ -77,7 +77,7 @@ class WizStepWelcome extends WizardStep
EOF
);
$oPage->add('<h1>'.ITOP_APPLICATION.' Installation Wizard</h1>');
$aResults = SetupUtils::CheckPHPVersion($oPage);
$aResults = SetupUtils::CheckPhpAndExtensions($oPage);
$this->bCanMoveForward = true;
$aInfo = array();
$aWarnings = array();