Heim  >  Artikel  >  Backend-Entwicklung  >  windows下安装php5.5的redis扩展

windows下安装php5.5的redis扩展

WBOY
WBOYOriginal
2016-08-08 09:25:131392Durchsuche

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,加入

; php-redis extension=php_igbinary.dll extension=php_redis.dll 重启apache,查看phpinfo就有redis扩展的信息了   

phpredis中文手册地址:http://www.cnblogs.com/ikodota/archive/2012/03/05/php_redis_cn.html

以上就介绍了windows下安装php5.5的redis扩展,包括了方面的内容,希望对PHP教程有兴趣的朋友有所帮助。

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn
Vorheriger Artikel:CI 框架去掉url 中index.php的方法Nächster Artikel:工作中常用命令