在OSX上为PHP 5.6安装phpredis无效

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在OSX上为PHP 5.6安装phpredis无效相关的知识,希望对你有一定的参考价值。

我正在尝试使用php 5.6在Mac上安装phpredis。我运行以下命令:

1. git clone https://www.github.com/phpredis/phpredis.git
2. cd phpredis
3. phpize && ./configure && make && sudo make install

但是当我运行命令3时,出现以下错误:

In file included from /Users/user1/phpredis/redis.c:25:
In file included from ./php_redis.h:20:
./common.h:12:10: fatal error: 'zend_smart_str.h' file not found
#include <zend_smart_str.h>
         ^~~~~~~~~~~~~~~~~~
1 error generated.
make: *** [redis.lo] Error 1

还有另一种安装方式?

答案

github开始,您可以使用pecl作为另一种安装方式。

以上是关于在OSX上为PHP 5.6安装phpredis无效的主要内容,如果未能解决你的问题,请参考以下文章

mac下更新自带的PHP版本到5.6

mac下更新自带的PHP版本到5.6或7.0

mac下更新自带的PHP版本到5.6或7.0

在Mac上为XAMPP安装PHP-Redis

在 Mac 上为 MAMP 安装新的 PHP 版本 [关闭]

mac下更新自带的PHP版本到5.6或7.0