mirror of
https://github.com/php-win-ext/phpredis.git
synced 2026-03-24 00:52:16 +01:00
document PECL configure options
This commit is contained in:
committed by
Michael Grunder
parent
1d662f56aa
commit
2066cfad26
@@ -14,6 +14,12 @@ To pull latest stable released version, from [pecl](https://pecl.php.net/package
|
||||
pecl install redis
|
||||
~~~
|
||||
|
||||
Configure options can be passed as well:
|
||||
|
||||
```bash
|
||||
pecl install --configureoptions="enable-redis-msgpack='yes' enable-redis-igbinary='yes'" redis
|
||||
```
|
||||
|
||||
# Installation from sources
|
||||
|
||||
To build this extension for the sources tree:
|
||||
|
||||
Reference in New Issue
Block a user