release 1.0.0
[m6w6/ext-json_post] / package.xml
index 4b6ed0428847210781e90a304752b7a7d3c1da80..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>
@@ -50,7 +51,7 @@ This extension does not provide any constants, functions or classes.
      <file role="test" name="001.phpt"/>
      <file role="test" name="002.phpt"/>
      <file role="test" name="003.phpt"/>
-     <file role="test" name="004.phpt"/>
+     <file role="test" name="application.phpt"/>
    </dir>
   </dir>
  </contents>