From 4590d6248cb58c9659dd730ddebb69667b8c8c1e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 7 Jul 2023 13:46:21 +0200 Subject: update to 1.1.0 add new options in provided configuration --- PHPINFO | 3 +++ 1 file changed, 3 insertions(+) (limited to 'PHPINFO') diff --git a/PHPINFO b/PHPINFO index 62a0357..14ed520 100644 --- a/PHPINFO +++ b/PHPINFO @@ -5,3 +5,6 @@ json_post support => enabled Directive => Local Value => Master Value json_post.flags => 1 => 1 +json_post.onerror.response => 0 => 0 +json_post.onerror.exit => 0 => 0 +json_post.onerror.warning => 0 => 0 -- cgit