Skip to content

Commit

Permalink
UPGRADING and NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
hikari-no-yume committed Oct 15, 2013
1 parent 29e755a commit 872ef91
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ PHP NEWS
- FTP:
. Fixed bug #65667 (ftp_nb_continue produces segfault). (Philip Hofstetter)

- JSON
. Fixed whitespace part of bug #64874 ("json_decode handles whitespace and
case-sensitivity incorrectly")

- Sockets:
. Fixed bug #65808 (the socket_connect() won't work with IPv6 address).
(Mike)
Expand Down
10 changes: 10 additions & 0 deletions UPGRADING
Original file line number Diff line number Diff line change
Expand Up @@ -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
===========================
Expand Down

0 comments on commit 872ef91

Please sign in to comment.