From 8b30b8da98cd4f93abb372869aea7c6c7003196f Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Thu, 9 Sep 2004 17:08:45 +0000 Subject: [PATCH] Fix test script --- run-tests2.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-tests2.php b/run-tests2.php index 871aaf679f1..10ecaa4cc7e 100644 --- a/run-tests2.php +++ b/run-tests2.php @@ -466,7 +466,7 @@ class testHarness { 'safe_mode'=>'0', 'disable_functions'=>'', 'output_buffering'=>'Off', - 'error_reporting'=>'2047', + 'error_reporting'=>'4095', 'display_errors'=>'1', 'log_errors'=>'0', 'html_errors'=>'0',