mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-20 09:08:42 +02:00
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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user