Skip to content

v1.1.0: release 1.1.0

Latest
Compare
Choose a tag to compare
@m6w6 m6w6 released this 23 Sep 06:58
· 1 commit to master since this release
3a8e04f
* 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.