mirror of
https://github.com/phpredis/phpredis.git
synced 2026-06-19 07:35:31 +00:00
Add missing option to example
This commit is contained in:
committed by
Pavlo Yatsukhnenko
parent
5bd3138731
commit
d5fbd7922a
+1
-1
@@ -17,7 +17,7 @@ To build this extension for the sources tree:
|
||||
git clone https://github.com/phpredis/phpredis.git
|
||||
cd phpredis
|
||||
phpize
|
||||
./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]
|
||||
make && make install
|
||||
~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user