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)
commit98b35c8f1a7c1c1bc818ee163048a76c81dd7141
treea6702f3a0ab9e8c224f0c3a0f751d51856cea744
parent8d2e34341cc92db8b41a3e6bcc81514673a756a8
for #3

* 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.
.gitignore
package.xml
php_json_post.c
php_json_post.h
tests/error001.phpt [new file with mode: 0644]
tests/error002.phpt [new file with mode: 0644]
tests/error003.phpt [new file with mode: 0644]
tests/error004.phpt [new file with mode: 0644]