]> granicus.if.org Git - php/commitdiff
MFH:- Fixed bug #43035: ignore_repeated_errors=On causes lot of tests to fail
authorJani Taskinen <jani@php.net>
Wed, 21 Nov 2007 08:20:22 +0000 (08:20 +0000)
committerJani Taskinen <jani@php.net>
Wed, 21 Nov 2007 08:20:22 +0000 (08:20 +0000)
run-tests.php

index 7ea3e55a9b3e5dad3e66022067578bd36f82c97e..b54efad81960fcd5b4e1254c504aa029a14038d1 100755 (executable)
@@ -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)