Browse Source

MFH:- Fixed bug #43035: ignore_repeated_errors=On causes lot of tests to fail

PECL
Jani Taskinen 19 years ago
parent
commit
f83871a71d
  1. 1
      run-tests.php

1
run-tests.php

@ -174,6 +174,7 @@ $ini_overwrites = array(
'auto_prepend_file=',
'auto_append_file=',
'magic_quotes_runtime=0',
'ignore_repeated_errors=0',
);
function write_information($show_html)

Loading…
Cancel
Save