From 3cb72563cd26615a507b83265be7967c5f426faf Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Wed, 4 Mar 2015 11:50:47 -0800 Subject: [PATCH 1/1] Initial commit --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md 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. -- 2.30.2