diff options
author | Jakub Zelenka <bukka@php.net> | 2015-02-02 19:48:19 +0000 |
---|---|---|
committer | Jakub Zelenka <bukka@php.net> | 2015-02-02 19:48:19 +0000 |
commit | b65205028a2debc50c3e2ca1572da4c74ac87834 (patch) | |
tree | 26e8073d9ddaf5b458974b1c27f0c49e79010308 | |
parent | 20bae2a503df086fd8a5674918721dd5a2fece40 (diff) | |
download | php-git-b65205028a2debc50c3e2ca1572da4c74ac87834.tar.gz |
Add jsond info to news
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) |