From 90d18754211d090ec290a27b4226ffaa90e9483e Mon Sep 17 00:00:00 2001 From: Arnaud Le Blanc Date: Wed, 20 May 2009 09:22:50 +0000 Subject: [PATCH] MFH: 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