From: Roland Haeder Date: Mon, 18 Aug 2014 10:57:00 +0000 (+0200) Subject: Fixed CHMOD + set error_reporting(0) in getvaliddaemons.php to avoid strict warnings... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ea53233f1766b66ef080e5f997f550764d0cc6ef;p=quix0rs-gnu-social.git Fixed CHMOD + set error_reporting(0) in getvaliddaemons.php to avoid strict warnings in PHP +5.5 Signed-off-by: Roland Haeder --- diff --git a/classes/Conversation.php b/classes/Conversation.php old mode 100755 new mode 100644 diff --git a/classes/User_urlshortener_prefs.php b/classes/User_urlshortener_prefs.php old mode 100755 new mode 100644 diff --git a/scripts/getvaliddaemons.php b/scripts/getvaliddaemons.php index 9090607224..9b97b62313 100755 --- a/scripts/getvaliddaemons.php +++ b/scripts/getvaliddaemons.php @@ -33,6 +33,9 @@ by the startdaemons script ENDOFHELP; +// No error reporting to avoid invalid daemon names +error_reporting(0); + require_once INSTALLDIR.'/scripts/commandline.inc'; $daemons = array();