Last active
August 29, 2015 14:14
-
-
Save kenzo0107/f66ce275bf1a2647d8c8 to your computer and use it in GitHub Desktop.
This file contains 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インストール | |
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