- Changed php.ini files to match the hard-coded default for serialize_precision.

This commit is contained in:
Gustavo André dos Santos Lopes 2011-02-09 00:25:44 +00:00
parent 6dfee4f877
commit 5fad615ff5
2 changed files with 2 additions and 2 deletions

View File

@ -317,7 +317,7 @@ unserialize_callback_func =
; When floats & doubles are serialized store serialize_precision significant
; digits after the floating point. The default value ensures that when floats
; are decoded with unserialize, the data will remain the same.
serialize_precision = 100
serialize_precision = 17
; This directive allows you to enable and disable warnings which PHP will issue
; if you pass a value by reference at function call time. Passing values by

View File

@ -317,7 +317,7 @@ unserialize_callback_func =
; When floats & doubles are serialized store serialize_precision significant
; digits after the floating point. The default value ensures that when floats
; are decoded with unserialize, the data will remain the same.
serialize_precision = 100
serialize_precision = 17
; This directive allows you to enable and disable warnings which PHP will issue
; if you pass a value by reference at function call time. Passing values by