diff options
author | Jani Taskinen <jani@php.net> | 2007-11-21 08:20:45 +0000 |
---|---|---|
committer | Jani Taskinen <jani@php.net> | 2007-11-21 08:20:45 +0000 |
commit | 14d5ba8aec33b443f536a9474c8d8085a963d4a5 (patch) | |
tree | 6871f0dc39e44057421ecda871a43bf861fb7dfc | |
parent | fdc2dab50be0e70ad07f7f0536a91d4119f8f639 (diff) | |
download | php-git-14d5ba8aec33b443f536a9474c8d8085a963d4a5.tar.gz |
MFH:- Fixed bug #43035: ignore_repeated_errors=On causes lot of tests to fail
-rwxr-xr-x | run-tests.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/run-tests.php b/run-tests.php index 467109fe6e..b54efad819 100755 --- a/run-tests.php +++ b/run-tests.php @@ -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) |