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

This commit is contained in:
Jani Taskinen 2007-11-21 08:20:11 +00:00
parent 3c0869343f
commit 4c044e7361

View File

@ -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)