From: Hannes Magnusson Date: Wed, 4 Mar 2015 19:50:47 +0000 (-0800) Subject: Initial commit X-Git-Tag: v1.0.0RC1~5 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-apfd;a=commitdiff_plain;h=3cb72563cd26615a507b83265be7967c5f426faf;ds=sidebyside Initial commit --- 3cb72563cd26615a507b83265be7967c5f426faf diff --git a/README.md b/README.md new file mode 100644 index 0000000..a00e8c8 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# PECL :: apfd + +Always Populate Form Data + +## About + +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://github.com/php/pecl-http-json_post)) without +regard to the request's request method. + +This extension does not provide any INI entries, constants, functions or classes.