mirror of
https://github.com/phpredis/phpredis.git
synced 2026-06-19 07:35:31 +00: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
|
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
|
# Installation from sources
|
||||||
|
|
||||||
To build this extension for the sources tree:
|
To build this extension for the sources tree:
|
||||||
|
|||||||
Reference in New Issue
Block a user