X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=index.php;h=f3e5928dd65c3d6e7b6f6a8bcc38818e31441838;hb=e08990f753c73a6a65a1bc840dec8e44a527d259;hp=a1bcd5643570549dbcf34ee1d8dff41f8541b609;hpb=f830f853a919c458d06bdc6ce292b8ae73a801f3;p=tt-rss.git diff --git a/index.php b/index.php index a1bcd564..f3e5928d 100644 --- a/index.php +++ b/index.php @@ -11,8 +11,8 @@ // we need a separate check here because functions.php might get parsed // incorrectly before 5.3 because of :: syntax. - if (version_compare(PHP_VERSION, '5.3.0', '<')) { - print "Fatal Error: PHP version 5.3.0 or newer required.\n"; + if (version_compare(PHP_VERSION, '5.6.0', '<')) { + print "Fatal Error: PHP version 5.6.0 or newer required. You're using " . PHP_VERSION . ".\n"; exit; } @@ -64,7 +64,7 @@ +