From ab661f9a5cca3378f87620ecc5ac5118a9ee3461 Mon Sep 17 00:00:00 2001 From: czaks Date: Wed, 25 Dec 2013 23:08:19 +0100 Subject: [PATCH] display errors for CLI utils by default --- tools/inc/cli.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/inc/cli.php b/tools/inc/cli.php index ac430cca..5f78dba1 100644 --- a/tools/inc/cli.php +++ b/tools/inc/cli.php @@ -8,6 +8,8 @@ * - ../ */ +ini_set('display_errors', 1); +error_reporting(E_ALL); set_time_limit(0); $shell_path = getcwd();