diff --git a/application/core/LSYii_Controller.php b/application/core/LSYii_Controller.php index ee4befc309c..505946f17e8 100644 --- a/application/core/LSYii_Controller.php +++ b/application/core/LSYii_Controller.php @@ -88,8 +88,8 @@ protected function _init() // Do not localize/translate this! $dieoutput=''; - if (version_compare(PHP_VERSION, '5.1.6', '<')) - $dieoutput .= 'This script can only be run on PHP version 5.1.6 or later! Your version: '.PHP_VERSION.'
'; + if (version_compare(PHP_VERSION, '5.3.0', '<')) + $dieoutput .= 'This script can only be run on PHP version 5.3.0 or later! Your version: '.PHP_VERSION.'
'; if (!function_exists('mb_convert_encoding')) $dieoutput .= "This script needs the PHP Multibyte String Functions library installed: See FAQ and PHP documentation
";