Skip to content

Commit 3e9f43b

Browse files
committed
Document --enable-redis-igbinary configure flag
1 parent f75d8ea commit 3e9f43b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.markdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@ Installing/Configuring
1111

1212
<pre>
1313
phpize
14-
./configure
14+
./configure [--enable-redis-igbinary]
1515
make && make install
1616
</pre>
1717

18+
If you would like phpredis to serialize your data using the igbinary library, run configure with `--enable-redis-igbinary`.
1819
`make install` copies `redis.so` to an appropriate location, but you still need to enable the module in the PHP config file. To do so, either edit your php.ini or add a redis.ini file in `/etc/php5/conf.d` with the following contents: `extension=redis.so`.
1920

2021
You can generate a debian package for PHP5, accessible from Apache 2 by running `./mkdeb-apache2.sh` or with `dpkg-buildpackage` or `svn-buildpackage`.

0 commit comments

Comments
 (0)