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
Version | Release | Download |
1.0.3 | 2021-10-04 | apfd-1.0.3.tgz |
1.0.2 | 2020-09-21 | apfd-1.0.2.tgz |
1.0.1 | 2015-04-24 | apfd-1.0.1.tgz |
1.0.0 | 2015-03-18 | apfd-1.0.0.tgz |
1.0.0RC1 | 2015-03-10 | apfd-1.0.0RC1.tgz |
Version | Message |
1.0.3 |
* Fix tests for PHP-8.1 * Improve phpinfo() output |
1.0.2 |
* PHP-7.2+ compatibility * PHP-8.0 compatiblity |
1.0.1 | * Fix bug where non-POST payloads with mixed case boundaries would not be parsed |
1.0.0 | * Split off pecl_http |
1.0.0RC1 | * Split off pecl_http |