diff --git a/INSTALL.md b/INSTALL.md index a18ddca..449275f 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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: