]> granicus.if.org Git - php/commitdiff
Drop this default to 12 to avoid some of the .000000000000001 questions.
authorRasmus Lerdorf <rasmus@php.net>
Wed, 27 Feb 2002 23:50:41 +0000 (23:50 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Wed, 27 Feb 2002 23:50:41 +0000 (23:50 +0000)
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

php.ini-dist

index 3911e31e95615a45c5e5b58f86f69cca6bf4c9dd..4b3b0046a10dc19ce54dba104ca9d35ac7a15d0e 100644 (file)
@@ -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