Browse Source

MFH: set default value of "precision" ini setting,

many tests depend on this
experimental/5.3-FPM
Arnaud Le Blanc 17 years ago
parent
commit
90d1875421
  1. 1
      run-tests.php

1
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',

Loading…
Cancel
Save