php 5.6 redis 安装无效?

WBOY
Release: 2016-06-06 20:17:36
Original
1490 people have browsed it

这是我当前 php 信息 v11 ts 5.6 x86php 5.6 redis 安装无效?

下载的是这个对应的php 5.6 redis 安装无效?

但重启服务器在看看却是这样的:
php 5.6 redis 安装无效?

其他的都试过了,就无效 ,是不是更 v11问题,貌似其他人都只提 v6 v9的

回复内容:

这是我当前 php 信息 v11 ts 5.6 x86php 5.6 redis 安装无效?

下载的是这个对应的php 5.6 redis 安装无效?

但重启服务器在看看却是这样的:
php 5.6 redis 安装无效?

其他的都试过了,就无效 ,是不是更 v11问题,貌似其他人都只提 v6 v9的

你在配置文件里引入了redis的扩展吗?

线程安全和不安全的都试一下
1.将dll放入php根目录的ext文件夹下面
2.修改php.ini,在相应的位置加上extension=xx
3.重启服务器
ps:最好线程安全和非线程安全的dll都试一试

http://blog.csdn.net/u012601195/article/details/50681770
可以参考一下上面的链接

Related labels:
php
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template