First download the php5.4 version of the Php_igbinary.dll,php_redis.dll extension. : http://download.csdn.net/detail/gejinbao357/8192795 Blog Park Download: Http://files.cnblogs.com/files/chy123/redis%E6%9C%8D %e5%8a%a1win_php%e6%89%a9%e5%b1%95_5.4.rar uses the Phpinfo () function to view PHP version information, which determines the extension file version, As well as the address of the php.ini, as well as the extended storage address, if Wamp is decompressed, copy Php_redis.dll and php_redis.pdb to the Ext directory of PHP to modify PHP.ini, ( PS: This php.ini file is in the Apache directory) added to the file:;p hp_redisextension=php_igbinary.dllextension=php_redis.dll Note: extension=php_ Igbinary.dll must be placed in front of the extension=php_redis.dll, otherwise this extension will not take effect. After restarting Apache, use Phpinfo to see if the extension has successfully installed the reference documentation: http://jingyan.baidu.com/article/9989c74631873bf648ecfed4.html
Windows php5.4 adding Redis extensions