com php-src: Add comma to comment in php.ini: php.ini-development php.ini-production
[email protected] (Nikita Popov)
| Newsgroups | php.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: edfa87ebf5bd779c9c913cb509c5e24e35e1177f Author: adrian5 <[email protected]> Wed, 15 Mar 2017 13:16:03 +0100 Committer: Nikita Popov <[email protected]> Thu, 16 Mar 2017 12:23:55 +0100 Parents: 932c4b35dc0fece175ca2764e4c82493a5004273 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=edfa87ebf5bd779c9c913cb509c5e24e35e1177f Log: Add comma to comment in php.ini Changed paths: M php.ini-development M php.ini-production Diff: diff --git a/php.ini-development b/php.ini-development index 349434e..9f412f5 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 52b81ed..39b646a 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.