Skip to content

Instantly share code, notes, and snippets.

@kenzo0107
Last active August 29, 2015 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kenzo0107/f66ce275bf1a2647d8c8 to your computer and use it in GitHub Desktop.
Save kenzo0107/f66ce275bf1a2647d8c8 to your computer and use it in GitHub Desktop.
# phpizeインストール
yum -y install php-devel
cd /usr/local/src
git clone git://github.com/nicolasff/phpredis.git
cd phpredis
phpize
./configure
make
make test
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment