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