diff options
author | Marcus Boerger <helly@php.net> | 2004-09-09 17:08:45 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2004-09-09 17:08:45 +0000 |
commit | 8b30b8da98cd4f93abb372869aea7c6c7003196f (patch) | |
tree | 306c3611fd63a1dcb83dfac816a733427a9e4d05 | |
parent | db07396fe8c267b93f0a614483f7ced3943117bd (diff) | |
download | php-git-8b30b8da98cd4f93abb372869aea7c6c7003196f.tar.gz |
Fix test script
-rw-r--r-- | run-tests2.php | 2 |
1 files changed, 1 insertions, 1 deletions
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', |