requirement php8.0

installation needs now php 8.0 (was : 7.3)
This commit is contained in:
gtbu 2025-02-17 10:52:50 +01:00
parent 480007399b
commit 3c15dbec00
2 changed files with 2 additions and 2 deletions

View file

@ -237,7 +237,7 @@ class Installer{
$can_install = -1;
}
$this->SetStatus($langmessage['PHP_Version'], $can_install, $version, '7.3+');
$this->SetStatus($langmessage['PHP_Version'], $can_install, $version, '8.0+');
}

View file

@ -22,7 +22,7 @@ if( false ){
}
if( version_compare(phpversion(), '7.3.0', '<') ){
exit( 'Error: Typesetter CMS requires PHP 7.3+. This server is running PHP version ' . phpversion() );
exit( 'Error: Typesetter CMS requires PHP 8.0+. This server is running PHP version ' . phpversion() );
}
/**