yskl 发表于 2018-2-11 12:04:55


            本文实例讲述了PHP7安装Redis扩展的方法。分享给大家供大家参考,具体如下:
linux中PHP7安装Redis扩展
1.依次执行
wget -c https://github.com/phpredis/phpredis/archive/php7.zip
unzip php7.zip
cd phpredis-php7
/YouPath/phpize
./configure --with-php-config=/YouPath/php-config
make
make install
页: [1]
查看完整版本: PHP7安装Redis扩展教程【Linux与Windows平台】