relase 1.0.1
[m6w6/ext-json_post] / package.xml
index 36e12d79bfb536df9637074cb441f58249c4be57..213d9e054bed7ac79c05141861bc18ed58286903 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,9 +24,9 @@ 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-07-28</date>
  <version>
-  <release>1.0.0</release>
+  <release>1.0.1</release>
   <api>1.0.0</api>
  </version>
  <stability>
@@ -34,7 +35,7 @@ This extension does not provide any constants, functions or classes.
  </stability>
  <license>BSD, revised</license>
  <notes><![CDATA[
-* Split off pecl_http
+ * Fix: json_post.flags=2 ignored with php7 (Remi)
 ]]></notes>
  <contents>
   <dir name="/">
@@ -49,6 +50,9 @@ 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="004.phpt"/>
+     <file role="test" name="application.phpt"/>
    </dir>
   </dir>
  </contents>