From d1f5baa982e67054a567b91cdefe60446f9a25a1 Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Sun, 24 Aug 2014 13:13:45 +0200 Subject: [PATCH] Let's not avoid error reporting completely in getvaliddaemons --- scripts/getvaliddaemons.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/getvaliddaemons.php b/scripts/getvaliddaemons.php index 9b97b62313..448fbb6d32 100755 --- a/scripts/getvaliddaemons.php +++ b/scripts/getvaliddaemons.php @@ -33,8 +33,8 @@ by the startdaemons script ENDOFHELP; -// No error reporting to avoid invalid daemon names -error_reporting(0); +// No unnecessary error reporting to avoid invalid daemon names +error_reporting(E_ALL & ~E_STRICT & ~E_NOTICE); require_once INSTALLDIR.'/scripts/commandline.inc'; -- 2.39.5