Always Populate Form Data.
Handle request bodies on non-POST request methods.
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 is hosted at PECL and can be installed with PEAR's pecl command:
# pecl install apfd
None.
None.