File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,10 @@ PHP NEWS
9
9
- FTP:
10
10
. Fixed bug #65667 (ftp_nb_continue produces segfault). (Philip Hofstetter)
11
11
12
+ - JSON
13
+ . Fixed whitespace part of bug #64874 ("json_decode handles whitespace and
14
+ case-sensitivity incorrectly")
15
+
12
16
- Sockets:
13
17
. Fixed bug #65808 (the socket_connect() won't work with IPv6 address).
14
18
(Mike)
Original file line number Diff line number Diff line change @@ -492,6 +492,16 @@ b. Extensions with changed behavior
492
492
- the output of the tiger hash family has been corrected, see
493
493
https://bugs.php.net/61307
494
494
495
+ - JSON extension
496
+ - Fixed whitespace part of bug #64874 ("json_decode handles whitespace and
497
+ case-sensitivity incorrectly")
498
+ This means that leading and trailing whitespace when deserialising lone
499
+ JSON null, true, false, string and number values no longer causes an
500
+ error. Please note that this only applies to the deserialising of strings
501
+ containing only a null, true, false, string or number value. Leading and
502
+ trailing whitespace around and inside objects and arrays has never caused
503
+ an error.
504
+
495
505
===========================
496
506
10. Changes in SAPI support
497
507
===========================
You can’t perform that action at this time.
0 commit comments