apfd

pecl install apfd

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.

Maintainer

  • Michael Wallner (lead )

Details

Stars: 24
Downloads: 161583
1.0.1
9 years ago
Download DLL for processor with 64 bits architecture (x64)
PHP 7.4
Loading...
PHP 5.6
Loading...
PHP 5.5
Loading...
Download DLL for processor with 32 bits architecture (x86)
PHP 7.4
Loading...
PHP 5.6
Loading...
PHP 5.5
Loading...
PHP 5.4
Loading...
PHP 5.3
Loading...
Request a build
Request to the website owner's team the built this extension with this parameters. The result is not guaranteed and can be impossible for many reasons. The extension source code is frequently not upto date with the most recent PHP version.
If you have another code source for this extension, provide it in comment.
Please (or register) to request a build.
Version 1.0.1 change log


* Fix bug where non-POST payloads with mixed case boundaries would not be parsed

requires:

  • php >=5.3.0
  • pearinstaller >=1.4.1