apfd 1.0.0

Always Populate Form Data


This tiny extension lets PHP's post handler parse `multipart/form-data` and
`application/x-www-form-urlencoded` (or any other customly registered form data
handler, like "json_post") without regard to the request's request method.

This extension does not provide any INI entries, constants, functions or classes.

License: BSD-2-Clause

Changes

* Split off pecl_http