From: Rasmus Lerdorf Date: Wed, 27 Feb 2002 23:50:41 +0000 (+0000) Subject: Drop this default to 12 to avoid some of the .000000000000001 questions. X-Git-Tag: php-4.2.0RC1~258 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=28b321b5e9f8fb4d4ce57c7a44b77b9439e76557;p=php Drop this default to 12 to avoid some of the .000000000000001 questions. I can't imagine much of a BC issue, and we aren't changing existing php.ini files anyway. If someone can think of a problem with this, please speak up --- diff --git a/php.ini-dist b/php.ini-dist index 3911e31e95..4b3b0046a1 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -74,7 +74,7 @@ short_open_tag = On asp_tags = Off ; The number of significant digits displayed in floating point numbers. -precision = 14 +precision = 12 ; Enforce year 2000 compliance (will cause problems with non-compliant browsers) y2k_compliance = Off