Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3674d66

Browse files
authored
Add missing option to example
1 parent 008ec53 commit 3674d66

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-igbinary] [--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)