From: Jakub Zelenka Date: Tue, 28 Jun 2016 19:27:11 +0000 (+0100) Subject: Fix typos in UPGRADING X-Git-Tag: php-7.1.0alpha3~63 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=53edf441b7fe3defac110748ac63b93ff1b11a38;p=php Fix typos in UPGRADING --- diff --git a/UPGRADING b/UPGRADING index 0d00e02d08..916a34d0bf 100644 --- a/UPGRADING +++ b/UPGRADING @@ -47,7 +47,7 @@ PHP 7.1 UPGRADE NOTES - JSON: . The serialize_precision is used instead of precision when encoding double - valuse. + values. . An empty key is decoded as an empty property name instead of using _empty_ property name when decoding object to stdClass. . When calling json_encode with JSON_UNESCAPED_UNICODE option, U+2028 and @@ -156,12 +156,12 @@ PHP 7.1 UPGRADE NOTES ======================================== - serialize_precision - . If value -1 is set, then the dtoa mode 0 is used. The value -1 is now - used by defualt. + . If the value is set to -1, then the dtoa mode 0 is used. The value -1 + is now used by default. - precision - . If value -1 is set, then the dtoa mode 0 is used. No changes in default - value which is still 14. + . If the value is set to -1, then the dtoa mode 0 is used. No changes + in default value which is still 14. ======================================== 12. Windows Support