Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 008ec53 commit 3674d66Copy full SHA for 3674d66
INSTALL.md
@@ -17,7 +17,7 @@ To build this extension for the sources tree:
17
git clone https://github.com/phpredis/phpredis.git
18
cd phpredis
19
phpize
20
-./configure [--enable-redis-igbinary] [--enable-redis-msgpack] [--enable-redis-lzf [--with-liblzf[=DIR]]] [--enable-redis-zstd]
+./configure [--enable-redis-igbinary] [--enable-redis-msgpack] [--enable-redis-lzf [--with-liblzf[=DIR]]] [--enable-redis-zstd] [--enable-redis-lz4]
21
make && make install
22
~~~
23
0 commit comments