extend handled content types
authorMichael Wallner <mike@php.net>
Thu, 12 Mar 2015 06:45:25 +0000 (07:45 +0100)
committerMichael Wallner <mike@php.net>
Thu, 12 Mar 2015 06:45:25 +0000 (07:45 +0100)
package.xml

index 01ea008e3d74b41ca16229a2a2703dec7cc86c6c..72d7c1683698e0b0260b0a4c7d99796b80212b87 100644 (file)
  <channel>pecl.php.net</channel>
  <summary>JSON POST handler</summary>
  <description><![CDATA[
  <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>
 
 This extension does not provide any constants, functions or classes.
 ]]></description>