Removed PHP_VERSION constant on pocketmine namespace

This commit is contained in:
Shoghi Cervantes 2014-08-16 13:17:05 +02:00
parent 8455e89784
commit 6f30cd8a22
2 changed files with 1 additions and 2 deletions

View File

@ -77,7 +77,6 @@ namespace pocketmine {
const API_VERSION = "1.3.0";
const CODENAME = "絶好(Zekkou)ケーキ(Cake)";
const MINECRAFT_VERSION = "v0.9.5 alpha";
const PHP_VERSION = "5.5";
if(\Phar::running(true) !== ""){
@define("pocketmine\\PATH", \Phar::running(true) . "/");

View File

@ -1994,7 +1994,7 @@ class Server{
"os" => Utils::getOS(),
"memory_total" => $this->getConfigString("memory-limit"),
"memory_usage" => memory_get_usage(),
"php_version" => \pocketmine\PHP_VERSION,
"php_version" => PHP_VERSION,
"version" => $version->get(false),
"build" => $version->getBuild(),
"mc_version" => \pocketmine\MINECRAFT_VERSION,