From cd30f51979d25b2be7b666c752a946869a947f57 Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Pueyo Date: Mon, 20 May 2013 23:38:49 +0200 Subject: [PATCH] Added startup errors display --- src/config.php | 1 + 1 file changed, 1 insertion(+) 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__))."/");