From: Michael Wallner Date: Mon, 1 Jun 2015 08:24:46 +0000 (+0200) Subject: add a readme X-Git-Tag: release-1.1.0~6 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=652ddf1b172527cb4f7367ddac469837d49d81cf;p=m6w6%2Fext-raphf add a readme --- diff --git a/README.md b/README.md new file mode 100644 index 0000000..c2b713c --- /dev/null +++ b/README.md @@ -0,0 +1,29 @@ +# pecl/raphf + +## About: + +The "Resource and Persistent Handle Factory" extension provides facilities to manage those in a convenient manner. + +## 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 raphf + +Also, watch out for self-installing [pharext](https://github.com/m6w6/pharext) packages attached to [releases](https://github.com/m6w6/ext-raphf/releases). + + +## INI Directives: + +* raphf.persistent_handle.limit = -1 + The per process/thread persistent handle limit. + +## Internals: + +> ***NOTE:*** + This extension mostly only provides infrastructure for other extensions. + See the [API docs here](http://m6w6.github.io/ext-raphf/). + +## Documentation: + +Userland documentation can be found at http://devel-m6w6.rhcloud.com/mdref/raphf