summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
Diffstat (limited to 'UPGRADING')
-rwxr-xr-xUPGRADING10
1 files changed, 10 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index e6f582a4a8..edcaa17b30 100755
--- a/UPGRADING
+++ b/UPGRADING
@@ -492,6 +492,16 @@ b. Extensions with changed behavior
- the output of the tiger hash family has been corrected, see
https://bugs.php.net/61307
+ - JSON extension
+ - Fixed whitespace part of bug #64874 ("json_decode handles whitespace and
+ case-sensitivity incorrectly")
+ This means that leading and trailing whitespace when deserialising lone
+ JSON null, true, false, string and number values no longer causes an
+ error. Please note that this only applies to the deserialising of strings
+ containing only a null, true, false, string or number value. Leading and
+ trailing whitespace around and inside objects and arrays has never caused
+ an error.
+
===========================
10. Changes in SAPI support
===========================