summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorJakub Zelenka <bukka@php.net>2016-06-28 20:27:11 +0100
committerJakub Zelenka <bukka@php.net>2016-06-28 20:27:11 +0100
commit53edf441b7fe3defac110748ac63b93ff1b11a38 (patch)
tree30ba371a73d3ff621b5030d856dac3a6228ca47f /UPGRADING
parent45cfe7852a3364727d3a7e5425cb1567b02ea843 (diff)
downloadphp-git-53edf441b7fe3defac110748ac63b93ff1b11a38.tar.gz
Fix typos in UPGRADING
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING10
1 files changed, 5 insertions, 5 deletions
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