]> granicus.if.org Git - php/commitdiff
Add comma to comment in php.ini
authoradrian5 <adrian5@users.noreply.github.com>
Wed, 15 Mar 2017 12:16:03 +0000 (13:16 +0100)
committerNikita Popov <nikita.ppv@gmail.com>
Thu, 16 Mar 2017 11:23:55 +0000 (12:23 +0100)
php.ini-development
php.ini-production

index 349434e78244629ff6aa13abfb5128287bb67cc9..9f412f5b6e89b3e8025da29104048bbb8ac37586 100644 (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.
index 52b81ed75694ba12b731cc183747013899257bbb..39b646a50adac9146611e8a4b24c27dfa2b15a5f 100644 (file)
@@ -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.