From 5efe53c596a25a5c98cc42dca3bf326a33472fc0 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Wed, 10 May 2006 20:00:26 +0000 Subject: [PATCH] - MFH add E_RECOVERABLE as default --- run-tests.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-tests.php b/run-tests.php index f5b39e643c7..d27b537884e 100755 --- a/run-tests.php +++ b/run-tests.php @@ -158,7 +158,7 @@ $ini_overwrites = array( 'safe_mode=0', 'disable_functions=', 'output_buffering=Off', - 'error_reporting=4095', + 'error_reporting=8191', 'display_errors=1', 'log_errors=0', 'html_errors=0',