summaryrefslogtreecommitdiff
path: root/update_daemon2.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-10 13:14:44 +0300
committerAndrew Dolgov <[email protected]>2010-11-10 13:14:44 +0300
commitfb0742394a2097a506a777f0bc7c285c07eb6a72 (patch)
tree64fbbffc9392e65ed272727890b04e99e4680454 /update_daemon2.php
parent55a5137307bf99d9868a775d4197cbe25dbf25d5 (diff)
remove error_reporting() hacks; set default error reporting level in functions.php
Diffstat (limited to 'update_daemon2.php')
-rwxr-xr-xupdate_daemon2.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/update_daemon2.php b/update_daemon2.php
index d7141c878..5ffc4f549 100755
--- a/update_daemon2.php
+++ b/update_daemon2.php
@@ -3,9 +3,6 @@
// This is an experimental multiprocess update daemon.
// Some configurable variable may be found below.
- // define('DEFAULT_ERROR_LEVEL', E_ALL);
- define('DEFAULT_ERROR_LEVEL', E_ERROR | E_WARNING | E_PARSE);
-
declare(ticks = 1);
define('DISABLE_SESSIONS', true);
@@ -38,8 +35,6 @@
require_once "functions.php";
require_once "lib/magpierss/rss_fetch.inc";
- error_reporting(DEFAULT_ERROR_LEVEL);
-
$children = array();
$ctimes = array();