Skip to content

Commit 3a8e04f

Browse files
committed
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.
1 parent cc2cd82 commit 3a8e04f

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

package.xml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This extension does not provide any constants, functions or classes.
2424
<email>[email protected]</email>
2525
<active>yes</active>
2626
</lead>
27-
<date>2021-09-16</date>
27+
<date>2021-09-23</date>
2828
<version>
2929
<release>1.1.0</release>
3030
<api>1.0.0</api>
@@ -41,7 +41,7 @@ This extension does not provide any constants, functions or classes.
4141
* Add json_post.onerror.exit INI entry, specifying whether to exit PHP
4242
without running the script when `json_decode` fails.
4343
* Add json_post.onerror.warning INI entry, specifying whether to raise
44-
a WARNING when `json_decode` fails.
44+
a WARNING when `json_decode` fails.
4545
]]></notes>
4646
<contents>
4747
<dir name="/">
@@ -64,6 +64,13 @@ This extension does not provide any constants, functions or classes.
6464
<file role="test" name="004.phpt"/>
6565
<file role="test" name="005.phpt"/>
6666
<file role="test" name="application.phpt"/>
67+
<file role="test" name="error.inc"/>
68+
<file role="test" name="error001.phpt"/>
69+
<file role="test" name="error002.phpt"/>
70+
<file role="test" name="error003.phpt"/>
71+
<file role="test" name="error004.phpt"/>
72+
<file role="test" name="error005.phpt"/>
73+
<file role="test" name="error006.phpt"/>
6774
</dir>
6875
</dir>
6976
</contents>

0 commit comments

Comments
 (0)