for #3
authorMichael Wallner <mike@php.net>
Thu, 16 Sep 2021 10:55:43 +0000 (12:55 +0200)
committerMichael Wallner <mike@php.net>
Thu, 16 Sep 2021 11:03:14 +0000 (13:03 +0200)
* Add json_post.error_response INI entry, specifying whether and which
  response code to send when `json_decode` fails.
* Add json_post.error_exit INI entry, specifying whether to exit PHP
  without running the script when `json_decode` fails.


No differences found