X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=install%2Findex.php;h=764283ab8dfdf8f019d8d07544d3ea39e43ad604;hb=c4869cd57330a46099207516986ef171744adaf5;hp=e20cd48ca3e3ea630e7582b60ac83c1e20c81ed5;hpb=0da7415ea1a4facf294aa7b7b2b862112cb2702e;p=tt-rss.git diff --git a/install/index.php b/install/index.php index e20cd48c..764283ab 100755 --- a/install/index.php +++ b/install/index.php @@ -39,7 +39,7 @@ $errors = array(); if (version_compare(PHP_VERSION, '5.6.0', '<')) { - array_push($errors, "PHP version 5.6.0 or newer required."); + 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")) {