X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=raphf.md;h=a38e89606fb7906cd65ecd11cbca3b8cc04bebfe;hb=73dd75840b98eb8ab3f37782a6dd60d3143c6a00;hp=f4ee9368bd05e28c8175d13e2132f5d010043131;hpb=352aeaef3e8b6f054c7853694a6655a2526f6d40;p=mdref%2Fmdref-raphf diff --git a/raphf.md b/raphf.md index f4ee936..a38e896 100644 --- a/raphf.md +++ b/raphf.md @@ -2,11 +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 the [API docs here](http://php.github.io/pecl-php-raphf/). +The "Resource and Persistent Handle Factory" extension provides facilities to manage those in a convenient manner. ## Installation: @@ -14,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](./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).