Browse Source

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

experimental/phar_tar
Jani Taskinen 19 years ago
parent
commit
4c044e7361
  1. 1
      run-tests.php

1
run-tests.php

@ -162,6 +162,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