I want to configure redisphp5.3 for the wamp integrated development environment. I want to configure redis php5.3 for the wamp integrated development environment.
Reply content:
I am a wamp integrated with the development environment and want to configure redis php5.3.
Https://github.com/ichadhr/wamp-redis
Installation looks simple:
Installation
Install Wamp Server as usually (if your machine don't have C ++ runtime
Install first vcredist_x64.exe)
In redis folder we will find redis. bat, This script make easy
Install service, start, stop and uninstall service redis server.
Please run install service first before start redis. Config file also
Available redis. windows. conf.
Copy php_redis.dll and php_igbinary.dll to wamp installation folder.
E. g wampbinphpphp5.5.12ext \
Finally, we need load this extension to php. ini:
[PHP_REDIS] extension = php_redis.dll extension = php_igbinary.dll We can
Start wamp server now.
Http://www.cnblogs.com/zichi/p/use-redis-in-windows-for-php.html