(Retrofit from trunk) N°942 setup : add checks for next iTop release requirements on PHP and MySQL versions (r5190)

SVN:2.4[5191]
This commit is contained in:
Pierre Goiffon
2018-01-02 16:08:37 +00:00
parent 517d16e3d9
commit c17d0b1027
2 changed files with 112 additions and 38 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();