Home >Backend Development >PHP Tutorial >phpredis - 无法安装php_redis.dll扩展

phpredis - 无法安装php_redis.dll扩展

WBOY
WBOYOriginal
2016-06-06 20:49:291364browse

win7 64位
wamp 64位
下载的扩展是https://github.com/nicolasff/phpredis/downloads
phpinfo()里面始终无法显示redis扩展 运行直接就报 ```` Fatal error: Class 'Redis' not found ```

回复内容:

win7 64位
wamp 64位
下载的扩展是https://github.com/nicolasff/phpredis/downloads
phpinfo()里面始终无法显示redis扩展 运行直接就报 ```` Fatal error: Class 'Redis' not found ```

我昨天也遇到这个问题了,简单说下:

(1)之前用的版本是centos6.4自带的php,版本应该是5.2.x;

(2)我在5.2.x的基础上编译添加了mongo和redis连个扩展,应用跑起来OK;

(3)昨天上午,我把PHP升级到了5.5.1,提示$redis = new Redis这行有问题;

(4)当时我就蒙了;

(5)刷了一会微博,想起来应该重复步骤(2),解决。

其实这不是什么大问题,有的时候,引起问题的原因就是这么让人无语。

所以我建议你去查一下,php.ini真的加载了redis的扩展吗?

补充,你都已经说了:

phpinfo()里面始终无法显示redis扩展 运行直接就报

那肯定就是这个原因了,想办法把redis插进php里面去就可以了。

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn