Browse Source

Fix test script

PHP-5.1
Marcus Boerger 22 years ago
parent
commit
8b30b8da98
  1. 2
      run-tests2.php

2
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',

Loading…
Cancel
Save