Windows development under the XAMPP integrated environment, want to install a php-redis extension, extended GitHub address: Https://github.com/nicolasff/phpredis
php_redis.dll:http://windows.php.net/downloads/pecl/snaps/redis/2.2.5/
Redis Extensions for php5.5 installed under Windows-Fanfan snow-my Cottage
Look at the information you phpinfo.
Redis Extensions for php5.5 installed under Windows-Fanfan snow-my Cottage
Redis Extensions for php5.5 installed under Windows-Fanfan snow-my Cottage
Select Ts-x86 package Download, will download the extracted Php_igbinary.dll and php_redis.dll into the PHP ext directory
Then modify PHP.ini, join
; Php-redis
Extension=php_igbinary.dll
Extension=php_redis.dll
Restart Apache and see phpinfo for information on Redis extensions.
Redis Extensions for php5.5 installed under Windows-Fanfan snow-my Cottage
Phpredis Chinese manual address: http://www.cnblogs.com/ikodota/archive/2012/03/05/php_redis_cn.html
Redis Extensions for php5.5 installed under Windows