mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 02:14:13 +00:00
Make PHP8 the minimum required version
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user