Install the redis extension of php5.5 under windows

WBOY
Release: 2016-08-08 09:25:13
Original
1404 people have browsed it

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.

Related labels:
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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!