Install php-redis extension in PHP5.5. The xampp integrated environment for development in windows. if you want to install a php-redis extension, the extended github address is: github. comnicolasffphpredis description to find the installation process under windows: htt windows under the development of xampp integrated environment, want to install a php-redis extension, the extension of github address: https://github.com/nicolasff/phpredis
Find the installation process in windows: https://github.com/nicolasff/phpredis/issues/213#issuecomment-11361242
The php version is still 5.4. after reading my php version is 5.5.6, you can only find another version. you can use this installation guide for version 5.4.
Find the extension of 5.5 and find the download list:
Php_redis-5.5-vc11-ts-x86-00233a.zip http://d-h.st/4A5
Php_igbinary-5.5-vc11-ts-x86-c35d48.zip http://d-h.st/QGH
Php_redis-5.5-vc11-nts-x86-00233a.zip http://d-h.st/uGS
Php_igbinary-5.5-vc11-nts-x86-c35d48.zip http://d-h.st/bei
Php_redis-5.5-vc11-ts-x64-00233a.zip http://d-h.st/1tO
Php_igbinary-5.5-vc11-ts-x64-c35d48.zip http://d-h.st/rYb
Php_redis-5.5-vc11-nts-x64-00233a.zip http://d-h.st/N0d
Php_igbinary-5.5-vc11-nts-x64-c35d48.zip http://d-h.st/c1a
View your phpinfo information
Select the package download of the ts-x86, put the downloaded decompressed php_igbinary.dll and php_redis.dll into the ext directory of php
Modify php. ini and add
; php-redisextension=php_igbinary.dllextension=php_redis.dll
Restart apache and view the phpinfo information about the redis extension.
Find the installation process in windows: htt...