From c36d0e5d811d36038cd351ebd3a6712c63e48fe3 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Mon, 2 Mar 2015 11:46:07 +0100 Subject: [PATCH] apfd --- apfd.md | 26 ++++++++++++++++++++++++++ apfd.mdref | 1 + 2 files changed, 27 insertions(+) create mode 100644 apfd.md create mode 100644 apfd.mdref diff --git a/apfd.md b/apfd.md new file mode 100644 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 index 0000000..7bc6fbd --- /dev/null +++ b/apfd.mdref @@ -0,0 +1 @@ +https://github.com/m6w6/mdref-apfd/edit/master/%s.md -- 2.30.2