Skip to content

Instantly share code, notes, and snippets.

@jjsaunier
Last active August 29, 2015 14:01
Show Gist options
  • Save jjsaunier/b30c7e26d69c126a359e to your computer and use it in GitHub Desktop.
Save jjsaunier/b30c7e26d69c126a359e to your computer and use it in GitHub Desktop.
PHP extension
#!/bin/bash
apt-get update
apt-get upgrade
apt-get install apt-get install php5-dev
git clone git://github.com/nicolasff/phpredis.git
cd phpredis
phpize
./configure
make && make install
cd ../
rm -r phpredis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment