apfd
authorMichael Wallner <mike@php.net>
Mon, 2 Mar 2015 10:46:07 +0000 (11:46 +0100)
committerMichael Wallner <mike@php.net>
Mon, 2 Mar 2015 10:47:33 +0000 (11:47 +0100)
apfd.md [new file with mode: 0644]
apfd.mdref [new file with mode: 0644]

diff --git a/apfd.md b/apfd.md
new file mode 100644 (file)
index 0000000..d01ae47
--- /dev/null
+++ b/apfd.md
@@ -0,0 +1,26 @@
+# pecl/apfd
+
+## About:
+
+Always Populate Form Data.
+
+Handle request bodies on non-POST request methods.
+
+## What it does:
+
+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.
+
+## Installation:
+
+This extension is hosted at [PECL](http://pecl.php.net) and can be installed with [PEAR](http://pear.php.net)'s pecl command:
+
+    # pecl install apfd
+
+## Dependencies:
+
+None.
+
+## INI Directives:
+
+None.
+
diff --git a/apfd.mdref b/apfd.mdref
new file mode 100644 (file)
index 0000000..7bc6fbd
--- /dev/null
@@ -0,0 +1 @@
+https://github.com/m6w6/mdref-apfd/edit/master/%s.md