Skip to content

Instantly share code, notes, and snippets.

@verdana
Last active June 25, 2016 14:41
Show Gist options
  • Save verdana/2e729be96e6d03076d5c to your computer and use it in GitHub Desktop.
Save verdana/2e729be96e6d03076d5c to your computer and use it in GitHub Desktop.
Compile phpredis or xdebug
configure --disable-all --enable-cli --enable-session --enable-hash
--enable-redis=shared --enable-redis-session
--enable-yaf=shared
--disable-zts
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