mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-20 16:00:20 +00:00
Require PHP >= 5.5
This commit is contained in:
parent
fdd59e4506
commit
93a2bd36e0
@ -264,8 +264,8 @@ namespace pocketmine {
|
||||
|
||||
$errors = 0;
|
||||
|
||||
if(version_compare("5.4.0", PHP_VERSION) > 0){
|
||||
$logger->critical("Use PHP >= 5.4.0");
|
||||
if(version_compare("5.5.0", PHP_VERSION) > 0){
|
||||
$logger->critical("Use PHP >= 5.5.0");
|
||||
++$errors;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user