Initial commit
[m6w6/ext-apfd] / README.md
1 # PECL :: apfd
2
3 Always Populate Form Data
4
5 ## About
6
7 This tiny extension lets PHP's post handler parse multipart/form-data and
8 application/x-www-form-urlencoded (or any other customly registered form data
9 handler, like [json_post](http://github.com/php/pecl-http-json_post)) without
10 regard to the request's request method.
11
12 This extension does not provide any INI entries, constants, functions or classes.