mdref.json config
[mdref/mdref-apfd] / apfd.md
1 # pecl/apfd
2
3 ## About:
4
5 Always Populate Form Data.
6
7 Handle request bodies on non-POST request methods.
8
9 ## What it does:
10
11 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](http://pecl.php.net/json_post)) without regard to the request's request method.
12
13 ## Installation:
14
15 This extension is hosted at [PECL](http://pecl.php.net) and can be installed with [PEAR](http://pear.php.net)'s pecl command:
16
17 # pecl install apfd
18
19 ## Dependencies:
20
21 None.
22
23 ## INI Directives:
24
25 None.
26