From: Mikael Nordfeldth Date: Sun, 24 Aug 2014 11:13:45 +0000 (+0200) Subject: Let's not avoid error reporting completely in getvaliddaemons X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d1f5baa982e67054a567b91cdefe60446f9a25a1;p=quix0rs-gnu-social.git Let's not avoid error reporting completely in getvaliddaemons --- 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';