码迷,mamicode.com
首页 > Web开发 > 详细

Mac OS X安装redis-php扩展

时间:2015-08-16 19:50:50      阅读:150      评论:0      收藏:0      [点我收藏+]

标签:github   git   mac os x   扩展   

1.获取github中的redis-php扩展代码:

git clone https://github.com/phpredis/phpredis.git

2.cd phpredis/
3.phpize
!!!!!!!!!!!!!!!!!!!!!!!
3.5 mac os 如果这里有Cannot find autoconf. Please check your autoconf installation and the
$PHP_AUTOCONF environment variable. Then, rerun this script.

的问题,那么:
执行:brew install autoconf
4.之后执行phpize
5. ./configure
6. make && sudo make install
7. 之后在php.ini中加一句 extension=redis.so 就ok了

版权声明:本文为博主原创文章,未经博主允许不得转载。

Mac OS X安装redis-php扩展

标签:github   git   mac os x   扩展   

原文地址:http://blog.csdn.net/qq754406613/article/details/47704907

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!