From b40d754d99e34e0d1ea64a2a34d9e26275a5314b Mon Sep 17 00:00:00 2001 From: Arnaud Le Blanc Date: Wed, 20 May 2009 09:22:24 +0000 Subject: [PATCH] set default value of "precision" ini setting, many tests depend on this --- run-tests.php | 1 + 1 file changed, 1 insertion(+) diff --git a/run-tests.php b/run-tests.php index b7c4333fba..55131e79c6 100755 --- a/run-tests.php +++ b/run-tests.php @@ -230,6 +230,7 @@ $ini_overwrites = array( 'auto_append_file=', 'magic_quotes_runtime=0', 'ignore_repeated_errors=0', + 'precision=14', 'unicode.runtime_encoding=ISO-8859-1', 'unicode.script_encoding=UTF-8', 'unicode.output_encoding=UTF-8', -- 2.50.1