10000 Merge pull request #2378 from tillkruss/patch-5 · phpredis/phpredis@2bddd84 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2bddd84

Browse files
authored
Merge pull request #2378 from tillkruss/patch-5
Add missing option to installation example
2 parents 5bd3138 + 3674d66 commit 2bddd84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To build this extension for the sources tree:
1717
git clone https://github.com/phpredis/phpredis.git
1818
cd phpredis
1919
phpize
20-
./configure [--enable-redis-igbi 4D04 nary] [--enable-redis-msgpack] [--enable-redis-lzf [--with-liblzf[=DIR]]] [--enable-redis-zstd]
20+
./configure [--enable-redis-igbinary] [--enable-redis-msgpack] [--enable-redis-lzf [--with-liblzf[=DIR]]] [--enable-redis-zstd] [--enable-redis-lz4]
2121
make && make install
2222
~~~
2323

0 commit comments

Comments
 (0)
0