]> git.wh0rd.org - tt-rss.git/blobdiff - install/index.php
if PHP_VERSION check fails, show current version
[tt-rss.git] / install / index.php
index e20cd48ca3e3ea630e7582b60ac83c1e20c81ed5..764283ab8dfdf8f019d8d07544d3ea39e43ad604 100755 (executable)
@@ -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")) {