Xampp integrated environment for development under windows. I want to install a php-redis extension. The github address of the extension: https://github.com/nicolasff/phpredis
Find the installation process under windows in the description: https://github.com/nicolasff/phpredis/issues/213#issuecomment-11361242
The PHP version mentioned in it is still 5.4. I looked at my PHP version and it is 5.5.6. I can only find other ones. For version 5.4, you can consider using this installation guide
Then look for the 5.5 extension and find this 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/QGHphp_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/beiphp_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/rYbphp_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
Check your phpinfo information
Select the ts-x86 package download, and 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-<span>redis extension</span>=php_igbinary.<span>dll extension</span>=php_redis.dll
Restart apache and check phpinfo to see the redis extension information