From 2066cfad26db9e72295697485a0756df66dfe87c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Till=20Kr=C3=BCss?= Date: Fri, 26 Sep 2025 09:48:55 -0700 Subject: [PATCH] document PECL configure options --- INSTALL.md | 6 ++++++ 1 file changed, 6 insertions(+) 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: