Initial commit
authorHannes Magnusson <bjori@mongodb.com>
Wed, 4 Mar 2015 19:50:47 +0000 (11:50 -0800)
committerHannes Magnusson <bjori@mongodb.com>
Wed, 4 Mar 2015 19:50:47 +0000 (11:50 -0800)
README.md [new file with mode: 0644]

diff --git a/README.md b/README.md
new file mode 100644 (file)
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.