windows下安装php5.5的redis扩展,php5.5redis
windows下开发用的wamp集成的环境,想装个php-redis扩展,扩展的github地址: https://github.com/nicolasff/phpredis
php_redis.dll下载地址:http://windows.php.net/downloads/pecl/snaps/redis/2.2.5/
看下自己phpinfo的信息
就选择 ts-x86 的包下载,将下载解压后的 php_igbinary.dll和php_redis.dll放入php的ext目录下
然后修改php.ini,加入
重启apache,查看phpinfo就有redis扩展的信息了
phpredis中文手册地址:http://www.cnblogs.com/ikodota/archive/2012/03/05/php_redis_cn.html
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