Home  >  Article  >  Backend Development  >  Install the redis extension of php5.5 under windows

Install the redis extension of php5.5 under windows

WBOY
WBOYOriginal
2016-08-08 09:25:131391browse

Wamp integrated environment for development under windows. I want to install a php-redis extension. The extended github address: https://github.com/nicolasff/phpredis

php_redis.dll download address: http://windows.php.net/downloads/pecl/snaps/redis/2.2.5/

Check your phpinfo information

Select the ts-x86 package download, put the downloaded and decompressed php_igbinary.dll and php_redis.dll into the ext directory of php
Then modify php.ini and add

;php-redis extension=php_igbinary.dll extension=php_redis.dll Restart apache and check phpinfo to see the redis extension information

phpredis Chinese manual address: http://www.cnblogs.com/ikodota/archive/2012/03/05/php_redis_cn.html

The above introduces the redis extension for installing php5.5 under windows, including the relevant content. I hope it will be helpful to friends who are interested in PHP tutorials.

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