From 3a8e04fd202f403556475cd6f9d1934429601512 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Thu, 23 Sep 2021 07:54:05 +0200 Subject: [PATCH] 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. --- package.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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. + + + + + + + -- 2.30.2