attempt to fix PHP-5
[m6w6/ext-json_post] / package.xml
index db743b605764d9a75d21cec57e9c6cbe590cc2a2..ddc8986a58bb5d0c5f853d2bb9fa4262045e764a 100644 (file)
@@ -36,11 +36,13 @@ 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.
-]></notes>
+    * Add json_post.onerror.warning INI entry, specifying whether to raise
+                       a WARNING when `json_decode` fails.
+]]></notes>
  <contents>
   <dir name="/">
    <file role="doc" name="AUTHORS"/>