]> 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:45 +0000 (08:20 +0000)
committerJani Taskinen <jani@php.net>
Wed, 21 Nov 2007 08:20:45 +0000 (08:20 +0000)
run-tests.php

index 467109fe6ea956da901107127339edbae7a1b1a8..b54efad81960fcd5b4e1254c504aa029a14038d1 100755 (executable)
@@ -1,3 +1,4 @@
+#!/usr/bin/php
 <?php
 /*
    +----------------------------------------------------------------------+
@@ -173,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)