From edfa87ebf5bd779c9c913cb509c5e24e35e1177f Mon Sep 17 00:00:00 2001 From: adrian5 Date: Wed, 15 Mar 2017 13:16:03 +0100 Subject: Add comma to comment in php.ini --- php.ini-development | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'php.ini-development') 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. -- cgit v1.2.1