release 1.1.0
[m6w6/ext-json_post] / package.xml
index 185aff9a18351bf29a33b27952057662610f3c04..4af449ba03fa6c7355b6ce8815322becacd51f37 100644 (file)
@@ -24,7 +24,7 @@ This extension does not provide any constants, functions or classes.
   <email>mike@php.net</email>
   <active>yes</active>
  </lead>
- <date>2021-09-16</date>
+ <date>2021-09-23</date>
  <version>
   <release>1.1.0</release>
   <api>1.0.0</api>
@@ -36,10 +36,12 @@ This extension does not provide any constants, functions or classes.
  <license uri="http://copyfree.org/content/standard/licenses/2bsd/license.txt">BSD-2-Clause</license>
  <notes><![CDATA[
 * Fix gh-issue #3:
-    * Add json_post.error_response INI entry, specifying whether and which
+    * Add json_post.onerror.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
+    * 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.
 ]]></notes>
  <contents>
   <dir name="/">
@@ -62,6 +64,13 @@ This extension does not provide any constants, functions or classes.
      <file role="test" name="004.phpt"/>
      <file role="test" name="005.phpt"/>
      <file role="test" name="application.phpt"/>
+     <file role="test" name="error.inc"/>
+     <file role="test" name="error001.phpt"/>
+     <file role="test" name="error002.phpt"/>
+     <file role="test" name="error003.phpt"/>
+     <file role="test" name="error004.phpt"/>
+     <file role="test" name="error005.phpt"/>
+     <file role="test" name="error006.phpt"/>
    </dir>
   </dir>
  </contents>