noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 03/29: PHP 8.0 Minimum


From: dwm
Subject: [Noalyss-commit] [noalyss] 03/29: PHP 8.0 Minimum
Date: Sat, 6 Jan 2024 05:59:13 -0500 (EST)

sparkyx pushed a commit to branch devel
in repository noalyss.

commit 17302884c0410e24f70f194451ddfd40514cbe53
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Tue Dec 12 18:31:13 2023 +0100

    PHP 8.0 Minimum
---
 html/install.php | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/html/install.php b/html/install.php
index 9ec75f0a9..d0358d248 100644
--- a/html/install.php
+++ b/html/install.php
@@ -376,10 +376,10 @@ if (!defined('PHP_VERSION_ID')) {
 
    define('PHP_VERSION_ID', ($version[0] * 10000 + $version[1] * 100 ));
 }
-if ( PHP_VERSION_ID < 70400)  {
-    echo $g_failed. " ".phpversion()." ". _("Version PHP trop basse , minimum 
7.4");
+if ( PHP_VERSION_ID < 80000)  {
+    echo $g_failed. " ".phpversion()." ". _("Version PHP trop basse , minimum 
8.0");
     echo '<p style="color:grey;margin-left:20px">';
-    printf(_("Il est déconseillé de travailler avec une version < 7.4"));
+    printf(_("Il est déconseillé de travailler avec une version < 8.0"));
     echo '</p>';
 } else {
     echo $g_succeed. " Version PHP ".phpversion();



reply via email to

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