X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=install%2Findex.php;h=764283ab8dfdf8f019d8d07544d3ea39e43ad604;hb=e2b8c9273e09091c235959c25d8e4d8122aa6ca8;hp=350c2f2d03e07bea2b52a419774a9fef6a972d81;hpb=52dbd55c7bd929b3b61173bc163ac1ce1b2df83e;p=tt-rss.git diff --git a/install/index.php b/install/index.php index 350c2f2d..764283ab 100755 --- a/install/index.php +++ b/install/index.php @@ -38,8 +38,8 @@ function sanity_check($db_type) { $errors = array(); - if (version_compare(PHP_VERSION, '5.4.0', '<')) { - array_push($errors, "PHP version 5.4.0 or newer required."); + if (version_compare(PHP_VERSION, '5.6.0', '<')) { + array_push($errors, "PHP version 5.6.0 or newer required. You're using " . PHP_VERSION . "."); } if (!function_exists("curl_init") && !ini_get("allow_url_fopen")) {