[build by hexo/next/gitalk/hexo-generator-search/LaTeX]"> PHP7-安装-Redis扩展 发表于 2016-03-23 分类于 PHP git clone https://github.com/phpredis/phpredis.git cd phpredis git checkout php7 #拉取php7分支 /web/php/bin/phpize #用phpize生成configure配置文件 ./configure –with-php-config=/web/php/bin/php-config #配置 make && make install extension=redis.so #php.ini添加。