summaryrefslogtreecommitdiff
path: root/php.ini-production
diff options
context:
space:
mode:
authoradrian5 <adrian5@users.noreply.github.com>2017-03-15 13:16:03 +0100
committerNikita Popov <nikita.ppv@gmail.com>2017-03-16 12:23:55 +0100
commitedfa87ebf5bd779c9c913cb509c5e24e35e1177f (patch)
tree128680fbc608441a3742d2e550abe22f2e62b058 /php.ini-production
parent932c4b35dc0fece175ca2764e4c82493a5004273 (diff)
downloadphp-git-edfa87ebf5bd779c9c913cb509c5e24e35e1177f.tar.gz
Add comma to comment in php.ini
Diffstat (limited to 'php.ini-production')
-rw-r--r--php.ini-production2
1 files changed, 1 insertions, 1 deletions
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.