diff --git a/install.php b/install.php index 0e049d82..93819dc0 100644 --- a/install.php +++ b/install.php @@ -56,7 +56,7 @@ function checkSystem() array_push($stdOut, $errorText); } - if(!version_compare(phpversion(), '5.2', '>')) + if(!version_compare(phpversion(), '5.3', '>=')) { $errorText = 'Current PHP version '.phpversion().', you need > 5.3. (ERR_202)'; error_log($errorText, 0);