json_post: Changelog

Version Message
1.1.0 * Fix gh-issue #3:
* Add json_post.onerror.response INI entry, specifying whether and which
response code to send when `json_decode` fails.
* Add json_post.onerror.exit INI entry, specifying whether to exit PHP
without running the script when `json_decode` fails.
* Add json_post.onerror.warning INI entry, specifying whether to raise
a WARNING when `json_decode` fails.
1.0.2 * Fix gh-issue #1: segfault on 7.4 with empty array (Mark Rigby-Jones)
1.0.1 * Fix: json_post.flags=2 ignored with php7 (Remi)
1.0.0 * Split off pecl_http
1.0.0RC2 * Split off pecl_http
1.0.0RC1 * Split off pecl_http