From edfa87ebf5bd779c9c913cb509c5e24e35e1177f Mon Sep 17 00:00:00 2001 From: adrian5 Date: Wed, 15 Mar 2017 13:16:03 +0100 Subject: [PATCH] Add comma to comment in php.ini --- php.ini-development | 2 +- php.ini-production | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/php.ini-development b/php.ini-development index 349434e782..9f412f5b6e 100644 --- a/php.ini-development +++ b/php.ini-development @@ -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. diff --git a/php.ini-production b/php.ini-production index 52b81ed756..39b646a50a 100644 --- a/php.ini-production +++ b/php.ini-production @@ -294,7 +294,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. -- 2.50.1