mirror of
https://github.com/php/php-src.git
synced 2024-11-23 09:54:15 +08:00
- Changed php.ini files to match the hard-coded default for serialize_precision.
This commit is contained in:
parent
6dfee4f877
commit
5fad615ff5
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user