X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-json_post;a=blobdiff_plain;f=package.xml;h=db743b605764d9a75d21cec57e9c6cbe590cc2a2;hp=fdeb3d48c58bfc493d1fef03fd853fc700c4dd9e;hb=98b35c8f1a7c1c1bc818ee163048a76c81dd7141;hpb=87da3f6139e8bea190638456477055db6d20a6eb diff --git a/package.xml b/package.xml index fdeb3d4..db743b6 100644 --- a/package.xml +++ b/package.xml @@ -24,9 +24,9 @@ This extension does not provide any constants, functions or classes. mike@php.net yes - 2020-05-25 + 2021-09-16 - 1.0.2 + 1.1.0 1.0.0 @@ -35,8 +35,12 @@ This extension does not provide any constants, functions or classes. BSD-2-Clause +* Fix gh-issue #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. +]>