noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 160/219: INSTALL : check PHP version minimum


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 160/219: INSTALL : check PHP version minimum 5.5
Date: Mon, 18 Dec 2017 13:22:56 -0500 (EST)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 652ec9bba3d6c0d46a1b0fa8abe114b272e60c29
Author: Dany De Bontridder <address@hidden>
Date:   Sun Nov 26 01:13:51 2017 +0100

    INSTALL : check PHP version minimum 5.5
---
 html/install.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/html/install.php b/html/install.php
index 1b19525..8b50ae1 100644
--- a/html/install.php
+++ b/html/install.php
@@ -294,7 +294,7 @@ if (!defined('PHP_VERSION_ID')) {
    define('PHP_VERSION_ID', ($version[0] * 10000 + $version[1] * 100 + 
$version[2]));
 }
 if ( PHP_VERSION_ID < 50500)  {
-    echo $g_failed. " ".phpversion." ". _("Version PHP trop basse ");
+    echo $g_failed. " ".phpversion." ". _("Version PHP trop basse , minimum 
5.4");
     
 } else {
     echo $g_succeed. " ".phpversion();



reply via email to

[Prev in Thread] Current Thread [Next in Thread]