Skip to content

Commit c9cfd98

Browse files
committed
Update NEWS and remove the unnecessary UPGRADING note.
1 parent 288e9c6 commit c9cfd98

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ PHP NEWS
66
. Fixed bug #65947 (basename is no more working after fgetcsv in certain
77
situation). (Laruence)
88

9+
- JSON
10+
. Fixed whitespace part of bug #64874 ("json_decode handles whitespace and
11+
case-sensitivity incorrectly"). (Andrea Faulds)
12+
913
- MySQLi:
1014
. Fixed bug #66043 (Segfault calling bind_param() on mysqli). (Laruence)
1115

UPGRADING

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -492,16 +492,6 @@ b. Extensions with changed behavior
492492
- the output of the tiger hash family has been corrected, see
493493
https://bugs.php.net/61307
494494

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-
505495
===========================
506496
10. Changes in SAPI support
507497
===========================

0 commit comments

Comments
 (0)