Require PHP >= 5.5

This commit is contained in:
Shoghi Cervantes 2014-08-24 13:33:03 +02:00
parent fdd59e4506
commit 93a2bd36e0

View File

@ -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;
}