The new PECL package json_post-1.0.2 (stable) has been released at 
https://pecl.php.net/.

Release notes
-------------
* Fix gh-issue #1: segfault on 7.4 with empty array (Mark Rigby-Jones)

Package Info
-------------
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.

Related Links
-------------
Package home: https://pecl.php.net/package/json_post
   Changelog: https://pecl.php.net/package-changelog.php?package=json_post
    Download: https://pecl.php.net/get/json_post-1.0.2.tgz

Authors
-------------
Michael Wallner <m...@php.net> (lead)

-- 
PECL development discussion Mailing List (http://pecl.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to