diff options
author | Remi Collet <remi@remirepo.net> | 2023-07-07 13:46:21 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-07-07 13:46:21 +0200 |
commit | 4590d6248cb58c9659dd730ddebb69667b8c8c1e (patch) | |
tree | 4f6a511d50a9afbe594a52d19de0adddf0098306 /REFLECTION | |
parent | a348524c2b49daf4c97f787ca537d374748868a5 (diff) |
update to 1.1.0
add new options in provided configuration
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #108 json_post version 1.0.2 ] { +Extension [ <persistent> extension #114 json_post version 1.1.0 ] { - Dependencies { Dependency [ json (Required) ] @@ -8,6 +8,15 @@ Extension [ <persistent> extension #108 json_post version 1.0.2 ] { Entry [ json_post.flags <PERDIR> ] Current = '1' } + Entry [ json_post.onerror.response <PERDIR> ] + Current = '0' + } + Entry [ json_post.onerror.exit <PERDIR> ] + Current = '0' + } + Entry [ json_post.onerror.warning <PERDIR> ] + Current = '0' + } } } |