1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/devel/pecl-json_post/pkg-descr
Vanilla I. Shu 268cb42043 Add pecl-json_post 1.0.1, JSON POST handler in PHP.
PR:		206885
Submitted by:	Gasol Wu <gasol.wu@gmail.com>
2016-02-06 04:53:37 +00:00

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