release 1.0.0
[m6w6/ext-json_post] / package.xml
index 36e12d79bfb536df9637074cb441f58249c4be57..22f0d5794391fe359868702173777dfbec978f8f 100644 (file)
  <channel>pecl.php.net</channel>
  <summary>JSON POST handler</summary>
  <description><![CDATA[
-This extension provides a PHP content type handler for "text/json" to PHP's
-form data parser. If the `Content-Type` of an incoming request is `text/json`,
-the JSON contents of the request body will by parsed into `$_POST`.
+This extension provides a PHP content type handler for "application/json" and 
+"text/json" to PHP's form data parser. If the `Content-Type` of an incoming 
+request is `text/json`, the JSON contents of the request body will by parsed 
+into `$_POST`.
 
 This extension does not provide any constants, functions or classes.
 ]]></description>
@@ -23,7 +24,7 @@ This extension does not provide any constants, functions or classes.
   <email>mike@php.net</email>
   <active>yes</active>
  </lead>
- <date>2015-03-01</date>
+ <date>2015-03-18</date>
  <version>
   <release>1.0.0</release>
   <api>1.0.0</api>
@@ -49,6 +50,8 @@ This extension does not provide any constants, functions or classes.
    <dir name="tests">
      <file role="test" name="001.phpt"/>
      <file role="test" name="002.phpt"/>
+     <file role="test" name="003.phpt"/>
+     <file role="test" name="application.phpt"/>
    </dir>
   </dir>
  </contents>