Memchache Module
Posted: Fri Oct 10, 2008 2:10 am
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
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