--- book/functions/basic/error_handler.php Mon Nov 22 03:21:35 2004 +++ patches.book/functions/basic/error_handler.php Mon Nov 22 02:58:09 2004 @@ -23,6 +23,18 @@ check_length($context, 48); return; } + if ($error_level == E_STRICT) + { + if (error_reporting() & E_STRICT) + { + // keep going + } + else + { + return; + } + } +error_log("level: {$error_level} msg: {$error_msg} file: {$file} line: {$line}"); if (array_key_exists('public_error', $context)) {