From: Marcus Boerger Date: Thu, 9 Sep 2004 17:08:45 +0000 (+0000) Subject: Fix test script X-Git-Tag: PRE_NEW_VM_GEN_PATCH~340 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8b30b8da98cd4f93abb372869aea7c6c7003196f;p=php Fix test script --- diff --git a/run-tests2.php b/run-tests2.php index 871aaf679f..10ecaa4cc7 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',