PocketMine.php: remove useless ini_set() (this is a PHP_INI_SYSTEM directive which can't be changed at runtime)

This commit is contained in:
Dylan K. Taylor 2019-10-25 21:38:47 +01:00
parent 1bce5d0bc2
commit 274cf58ccf

View File

@ -141,7 +141,6 @@ namespace pocketmine {
ini_set("display_errors", '1');
ini_set("display_startup_errors", '1');
ini_set("default_charset", "utf-8");
@ini_set("opcache.mmap_base", bin2hex(random_bytes(8))); //Fix OPCache address errors
ini_set('assert.exception', '1');
}