From: Michael Wallner Date: Thu, 23 Sep 2021 05:54:05 +0000 (+0200) Subject: release 1.1.0 X-Git-Tag: v1.1.0 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-json_post;a=commitdiff_plain;h=HEAD release 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. --- diff --git a/package.xml b/package.xml index ddc8986..4af449b 100644 --- a/package.xml +++ b/package.xml @@ -24,7 +24,7 @@ This extension does not provide any constants, functions or classes. mike@php.net yes - 2021-09-16 + 2021-09-23 1.1.0 1.0.0 @@ -41,7 +41,7 @@ This extension does not provide any constants, functions or classes. * 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. + a WARNING when `json_decode` fails. ]]> @@ -64,6 +64,13 @@ This extension does not provide any constants, functions or classes. + + + + + + +