summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Zelenka <bukka@php.net>2015-02-02 19:48:19 +0000
committerJakub Zelenka <bukka@php.net>2015-02-02 19:48:19 +0000
commitb65205028a2debc50c3e2ca1572da4c74ac87834 (patch)
tree26e8073d9ddaf5b458974b1c27f0c49e79010308
parent20bae2a503df086fd8a5674918721dd5a2fece40 (diff)
downloadphp-git-b65205028a2debc50c3e2ca1572da4c74ac87834.tar.gz
Add jsond info to news
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 117112a9b3..65cb7332c2 100644
--- a/NEWS
+++ b/NEWS
@@ -64,6 +64,10 @@
. Fixed bug #65933 (Cannot specify config lines longer than 1024 bytes). (Chris Wright)
. Implement request #67106 (Split main fpm config). (Elan Ruusamäe, Remi)
+- Json
+ . Replace non-free JSON parser with a parser from Jsond extension, fixes #63520
+ (JSON extension includes a problematic license statement). (Jakub Zelenka)
+
- LiteSpeed:
. Updated LiteSpeed SAPI code from V5.5 to V6.6. (George Wang)