X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=raphf.md;h=fd4b4c1bfe8c0c2e06427d679ed176cf86078dc9;hb=f55e91ad8e3e79ecb6959f848fab5dcf397ffd7f;hp=7dbc2571b5e343f5facd3005c6ecefb29cb3de96;hpb=3b6bbf9213e251a32935589c474a44a2bb47bf0a;p=mdref%2Fmdref-raphf diff --git a/raphf.md b/raphf.md index 7dbc257..fd4b4c1 100644 --- a/raphf.md +++ b/raphf.md @@ -2,9 +2,7 @@ ## About: -The **"Resource and Persistent Handle Factory"** extension provides facilities to manage those in a convenient manner. - -> **Note:** This extension mostly only provides infrastructure for other extensions, see http://php.github.io/pecl-php-raphf/. +The "Resource and Persistent Handle Factory" extension provides facilities to manage those in a convenient manner. ## Installation: @@ -12,7 +10,32 @@ This extension is hosted at [PECL](http://pecl.php.net) and can be installed wit # pecl install raphf +> ***NOTE:*** + Please note, that v1.x of ext-raphf works for PHP-5 and v2.x/master works for PHP-7 only. + +### PHARext + +Watch out for [PECL replicates](https://replicator.pharext.org?raphf) +and pharext packages attached to [releases](https://github.com/m6w6/ext-raphf/releases). + +### Checkout + + git clone github.com:m6w6/ext-raphf + cd ext-raphf + /path/to/phpize + ./configure --with-php-config=/path/to/php-config + make + sudo make install + ## 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: + [v1.1.x](https://m6w6.github.io/ext-raphf/v1.1.x), + [master](https://m6w6.github.io/ext-raphf/master).