php 安装Redis 扩展

1、用phpinfo();查看php 的信息

主要看 Architecture  PHP Extension Build  (ts vc 等要对应上)

2、https://windows.php.net/downloads/pecl/releases/igbinary/   

https://windows.php.net/downloads/pecl/releases/redis/    下载扩展 

3、分别将pdb dll 放在php /ext 下

4、在php.ini 中放入

  1. ; php_redis
    extension=php_igbinary.dll
  2.  
    extension=php_redis.dll
     
    重启服务器即可
posted @ 2018-11-16 00:11  薛铁蛋  阅读(153)  评论(0编辑  收藏  举报