[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();
- [Noalyss-commit] [noalyss] branch devel updated (98390d4d4 -> ead8d5f23), dwm, 2024/01/06
- [Noalyss-commit] [noalyss] 03/29: PHP 8.0 Minimum,
dwm <=
- [Noalyss-commit] [noalyss] 06/29: PHP 8.2 compatibility, dwm, 2024/01/06
- [Noalyss-commit] [noalyss] 01/29: Code : change filename, dwm, 2024/01/06
- [Noalyss-commit] [noalyss] 02/29: PHP Compatibility, dwm, 2024/01/06
- [Noalyss-commit] [noalyss] 05/29: Bug cosmetic : when update in a window, dwm, 2024/01/06
- [Noalyss-commit] [noalyss] 07/29: Improve Debug, dwm, 2024/01/06
- [Noalyss-commit] [noalyss] 08/29: typo, dwm, 2024/01/06
- [Noalyss-commit] [noalyss] 09/29: Fix Bug Balance Accountancy, dwm, 2024/01/06
- [Noalyss-commit] [noalyss] 10/29: cosmetic : color info password, dwm, 2024/01/06
- [Noalyss-commit] [noalyss] 11/29: PHP8.1 Compatibility, dwm, 2024/01/06
- [Noalyss-commit] [noalyss] 13/29: Code improve : Acc_Balance utilise PDF_CORE::is_fill, dwm, 2024/01/06