php 安装redis扩展
第一 下载:git上下载redis的扩展包 git clone https://github.com/nicolasff/phpredis 第二 挂载: 在shell中输入 phpize 【查看适合的版本信息】 ./configure 编译 【 phpize是用来扩展php扩展模块的,通过phpize可以建立php的外挂模块 】 注意:(phpize 如果包含多个php,必须指定位置) cuihuan:phpredis cuixiaohuan$ phpize Configuring for: PHP Api Version: 20121113 Zend Module Api No: 20121212 Zend Extension Api No: 220121212 Cannot find autoconf. Please check your autoconf installation and the $PHP_AUTOCONF environment variable. Then, rerun this script. 报错的话需要安装:brew install autoconf [phpize 报错] 否则没有phpize [work@cuixiaozhuai phpredis]$ phpize Configuring for: PHP Api Version: