summaryrefslogtreecommitdiff
path: root/run-tests.php
diff options
context:
space:
mode:
authorArnaud Le Blanc <lbarnaud@php.net>2009-05-20 09:22:50 +0000
committerArnaud Le Blanc <lbarnaud@php.net>2009-05-20 09:22:50 +0000
commit90d18754211d090ec290a27b4226ffaa90e9483e (patch)
treef42300e1d6511024226ada2eaffd3b1a3f627482 /run-tests.php
parent808acd6b64f4564fd2c52c8fce55bb9cc2d45dff (diff)
downloadphp-git-90d18754211d090ec290a27b4226ffaa90e9483e.tar.gz
MFH: set default value of "precision" ini setting,
many tests depend on this
Diffstat (limited to 'run-tests.php')
-rwxr-xr-xrun-tests.php1
1 files changed, 1 insertions, 0 deletions
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',