File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ PHP NEWS
6
6
. Fixed bug #65947 (basename is no more working after fgetcsv in certain
7
7
situation). (Laruence)
8
8
9
+ - JSON
10
+ . Fixed whitespace part of bug #64874 ("json_decode handles whitespace and
11
+ case-sensitivity incorrectly"). (Andrea Faulds)
12
+
9
13
- MySQLi:
10
14
. Fixed bug #66043 (Segfault calling bind_param() on mysqli). (Laruence)
11
15
Original file line number Diff line number Diff line change @@ -492,16 +492,6 @@ 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
-
505
495
===========================
506
496
10. Changes in SAPI support
507
497
===========================
You can’t perform that action at this time.
0 commit comments