X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=scripts%2Fgetvaliddaemons.php;h=448fbb6d32cceb9282804fa6a162a66893a23aa2;hb=c285f80b1830cffd20a28c693d74c59f8c3c39f6;hp=9b97b623131d7bd243d6f592735c2bc2c3e7b158;hpb=ea53233f1766b66ef080e5f997f550764d0cc6ef;p=quix0rs-gnu-social.git 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';