document PECL configure options

This commit is contained in:
Till Krüss
2025-09-26 09:48:55 -07:00
committed by Michael Grunder
parent 1d662f56aa
commit 2066cfad26

View File

@@ -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: