Add comma to comment in php.ini

This commit is contained in:
adrian5 2017-03-15 13:16:03 +01:00 committed by Nikita Popov
parent 932c4b35dc
commit edfa87ebf5
2 changed files with 2 additions and 2 deletions

View file

@ -289,7 +289,7 @@ implicit_flush = Off
; callback-function.
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
; are decoded with unserialize, the data will remain the same.
; The value is also used for json_encode when encoding double values.