apfd 1.0.2

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

* PHP-7.2+ compatibility
* PHP-8.0 compatiblity