I PHP development with the window platform under the integration environment (Xampp,wamp), recently put Magento project to local, need Redis support.
So learning a bit, today to share with you.
1, check your computer system to download the corresponding Redis.
Https://github.com/MSOpenTech/redis
https://github.com/phpredis/phpredis/issues/213#issuecomment-11361242
I have a network of 32-bit 64-bit: https://yunpan.cn/cuENrnfiHHR9t access password a94b
2, query your own phpinfo information, download the corresponding Redis extension
, My Environment information: PHP 5.6 Architecture x86 Compiler MSVC11
Extension: http://windows.php.net/downloads/pecl/snaps/redis/2.2.5/
Select Php_redis-2.2.5-5.6-ts-vc11-x86.zip to download.
3, any modification php.ini, in any position alone (for better readability, recommended to add to the dynamic Extensions label) add the following code, the order cannot be modified.
Extension=php_igbinary. dllextension=php_redis.dll
4. Restart Apache to see if Phpinfo has redis extension information
With a simple 4 step, the Redis extension for PHP is installed. Ya minute fly Butterfly
Redis Extensions for installing PHP under Windows