yum install php-devel
wget https://github.com/edtechd/phpredis/archive/php7.zip
unzip php7.zip
cd pphpredis-php7
/usr/bin/phpize
find / -name php-config
./configure --with-php-config=/usr/bin/php-config
make && make install
service nginx restart
service php-fpm restart
网友评论