mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
268cb42043
PR: 206885 Submitted by: Gasol Wu <gasol.wu@gmail.com>
7 lines
291 B
Plaintext
7 lines
291 B
Plaintext
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`.
|
|
|
|
WWW: https://pecl.php.net/package/json_post
|