Make PHP8 the minimum required version

This commit is contained in:
phl0
2025-10-02 14:08:36 +02:00
parent 5561b909d4
commit 95c3918970
3 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ $logfile = '../application/logs/installer_debug.log';
// Wanted Pre-Check Parameters
// PHP
$min_php_version = '7.4.0'; // below this version is no install possible
$min_php_version = '8.0.0'; // below this version is no install possible
$min_php_version_warning = '8.0.0'; // below this version some features may not available (e.g. Cronmanager)
$max_execution_time = 600; // Seconds
$upload_max_filesize = 8; // Megabyte