From: Jani Taskinen Date: Wed, 21 Nov 2007 08:20:22 +0000 (+0000) Subject: MFH:- Fixed bug #43035: ignore_repeated_errors=On causes lot of tests to fail X-Git-Tag: RELEASE_1_3_1~600 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f83871a71de3a4fdb4ee7ab6dc96c02c914ca2bb;p=php MFH:- Fixed bug #43035: ignore_repeated_errors=On causes lot of tests to fail --- diff --git a/run-tests.php b/run-tests.php index 7ea3e55a9b..b54efad819 100755 --- a/run-tests.php +++ b/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)