Wampserevr installs redis and mongo extensions, and wampserevrredis
1. Download the extension. dll files (php_redis.dll), php_igbinary.pdb files, and php_assist.dll files (corresponding versions) for redis.
2. Put the desired version in D: \ program \ wamp \ bin \ php \ php5.5.12 \ ext.
3. Open php. ini
4. Enter the extension in php. ini, and php_igbinary.dll is in front of php_redis.dll.
5. Click wampserevr to open the corresponding extension in php extension,
6. phpinfo (); check whether the extension is installed. Apache must be restarted for each configuration modification to take effect.
<? Php
Phpinfo (); die;
?>
7. effect:
Redis: http://windows.php.net/downloads/pecl/releases/redis/2.2.7/
Php_redis.dll: windows.php.net-/downloads/pecl/snaps/redis/2.2.5/
Php_igbinary.dll: windows.php.net-/downloads/pecl/releases/igbinary/1.2.1/
Https://s3.amazonaws.com/drivers.mongodb.org/php/index.html
Related blogs:
Http://www.cnblogs.com/woider/p/6489913.html
Http://blog.csdn.net/jiangzunshao/article/details/53040898