Memchache Module

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
mudgil.gaurav
Forum Newbie
Posts: 17
Joined: Wed Oct 08, 2008 4:39 am

Memchache Module

Post by mudgil.gaurav »

Hi All

I am configuring an local website on my local machine and facing some issues related to "memcache". I checked my "php/ext" folder it was containing the "php_memcache.dll" file. So i writer "extension=php_memcache.dll" in my php.ini and restarted the apache web server. After doing this my application not giving me the error like "class memcache not found " as it was giving earlier. But now it is saying

[Warning] Memcache::connect() [<a href='memcache.connect'>memcache.connect</a>]: Can't connect to localhost:11211, A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. (10060) (@line 47 in file C:\wamp\www\application\Session.php).

Please suggest me how to install php memcache module on windows and configure it.

Any help would be greatly appriciated.

-Thanks
Post Reply