mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Add comma to comment in php.ini
This commit is contained in:
parent
932c4b35dc
commit
edfa87ebf5
2 changed files with 2 additions and 2 deletions
|
@ -289,7 +289,7 @@ implicit_flush = Off
|
||||||
; callback-function.
|
; callback-function.
|
||||||
unserialize_callback_func =
|
unserialize_callback_func =
|
||||||
|
|
||||||
; When floats & doubles are serialized store serialize_precision significant
|
; When floats & doubles are serialized, store serialize_precision significant
|
||||||
; digits after the floating point. The default value ensures that when floats
|
; digits after the floating point. The default value ensures that when floats
|
||||||
; are decoded with unserialize, the data will remain the same.
|
; are decoded with unserialize, the data will remain the same.
|
||||||
; The value is also used for json_encode when encoding double values.
|
; The value is also used for json_encode when encoding double values.
|
||||||
|
|
|
@ -294,7 +294,7 @@ implicit_flush = Off
|
||||||
; callback-function.
|
; callback-function.
|
||||||
unserialize_callback_func =
|
unserialize_callback_func =
|
||||||
|
|
||||||
; When floats & doubles are serialized store serialize_precision significant
|
; When floats & doubles are serialized, store serialize_precision significant
|
||||||
; digits after the floating point. The default value ensures that when floats
|
; digits after the floating point. The default value ensures that when floats
|
||||||
; are decoded with unserialize, the data will remain the same.
|
; are decoded with unserialize, the data will remain the same.
|
||||||
; The value is also used for json_encode when encoding double values.
|
; The value is also used for json_encode when encoding double values.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue