diff --git a/src/config.php b/src/config.php index 30ce6b8982..46f07a4ea4 100644 --- a/src/config.php +++ b/src/config.php @@ -31,6 +31,7 @@ gc_enable(); error_reporting(E_ALL ^ E_NOTICE); ini_set("allow_url_fopen", 1); ini_set("display_errors", 1); +ini_set("display_startup_errors", 1); ini_set('default_charset', 'utf-8'); if(defined("POCKETMINE_COMPILE") and POCKETMINE_COMPILE === true){ define("FILE_PATH", realpath(dirname(__FILE__))."/");