Mac 安装php redis扩展

使用thinkPHP3.2的时候 如果使用Redis缓存的地方 报错:“Redis 系统不支持” 的时候,很有可能是PHP Redis 扩展没装好!

还有就是 不建议用 brew安装PHP 因为发现不知道从什么时候开始 brew安装的PHP已经不会默认生成 libexec 文件,那么我们使用Apache的话,

在更改httpd.conf 文件中的加载 PHP 路径的时候,绝对路径都没法写。个人经验,有不同见解的 请评论区指教下。  

https://segmentfault.com/a/1190000007482268

http://blog.csdn.net/sinat_20415509/article/details/52295395

http://blog.csdn.net/wkupaochuan/article/details/8627304

http://www.cnblogs.com/zgaspnet/p/3939198.html

原文地址:https://www.cnblogs.com/GetLastError/p/7599467.html