lbarnaud Wed May 20 09:22:24 2009 UTC Modified files: /php-src run-tests.php Log: set default value of "precision" ini setting, many tests depend on this http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.397&r2=1.398&diff_format=u Index: php-src/run-tests.php diff -u php-src/run-tests.php:1.397 php-src/run-tests.php:1.398 --- php-src/run-tests.php:1.397 Mon May 18 14:07:59 2009 +++ php-src/run-tests.php Wed May 20 09:22:24 2009 @@ -24,7 +24,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: run-tests.php,v 1.397 2009/05/18 14:07:59 bjori Exp $ */ +/* $Id: run-tests.php,v 1.398 2009/05/20 09:22:24 lbarnaud Exp $ */ /* Sanity check to ensure that pcre extension needed by this script is available. * In the event it is not, print a nice error message indicating that this script will @@ -230,6 +230,7 @@ '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', @@ -633,7 +634,7 @@ $html_output = is_resource($html_file); break; case '--version': - echo '$Revision: 1.397 $' . "\n"; + echo '$Revision: 1.398 $' . "\n"; exit(1); default:
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php