notes
[mdref/mdref-raphf] / raphf.md
1 # pecl/raphf
2
3 ## About:
4
5 The "Resource and Persistent Handle Factory" extension provides facilities to manage those in a convenient manner.
6
7 ## Installation:
8
9 This extension is hosted at [PECL](http://pecl.php.net) and can be installed with [PEAR](http://pear.php.net)'s pecl command:
10
11 # pecl install raphf
12
13 ## INI Directives:
14
15 * raphf.persistent_handle.limit = -1
16 The per process/thread persistent handle limit.
17
18 ## Internals:
19
20 > ***NOTE:***
21 This extension mostly only provides infrastructure for other extensions.
22 See the [API docs here](http://php.github.io/pecl-php-raphf/).