Last active
June 25, 2016 14:41
-
-
Save verdana/2e729be96e6d03076d5c to your computer and use it in GitHub Desktop.
Compile phpredis or xdebug
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
configure --disable-all --enable-cli --enable-session --enable-hash | |
--enable-redis=shared --enable-redis-session | |
--enable-yaf=shared | |
--disable-zts |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
phpize | |
aclocal | |
libtoolize --force | |
autoheader | |
autoconf | |
./configure | |
make |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment