Browse Source

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
experimental/ZendEngine2
Rasmus Lerdorf 25 years ago
parent
commit
28b321b5e9
  1. 2
      php.ini-dist

2
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

Loading…
Cancel
Save