fix mdref url
[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 > ***NOTE:***
14 Please note, that v1.x of ext-raphf works for PHP-5 and v2.x/master works for PHP-7 only.
15
16 ### PHARext
17
18 Watch out for [PECL replicates](https://replicator.pharext.org?raphf)
19 and pharext packages attached to [releases](https://github.com/m6w6/ext-raphf/releases).
20
21 ### Checkout
22
23 git clone github.com:m6w6/ext-raphf
24 cd ext-raphf
25 /path/to/phpize
26 ./configure --with-php-config=/path/to/php-config
27 make
28 sudo make install
29
30 ## INI Directives:
31
32 * raphf.persistent_handle.limit = -1
33 The per process/thread persistent handle limit.
34
35 ## Internals:
36
37 > ***NOTE:***
38 This extension mostly only provides infrastructure for other extensions.
39 See the API docs here:
40 [v1.1.x](https://m6w6.github.io/ext-raphf/v1.1.x),
41 [master](https://m6w6.github.io/ext-raphf/master).