tarique
tarique

Reputation: 2231

Failing to run memcached in win 7 xampp

I am running win 7 , 64 bit and xampp 1.7.3. But can not install memcached.

Because,can not find the dll http://downloads.php.net/pierre/php_memcache-cvs-20090703-5.3-VC6-x86.zip file in its location. I am sure, I can not install memcached in my system as this file is unavailable.

Can you please share this file?

Or do anyone know where is the exact location of the file?

I have tried with all the memcache dll from here: http://downloads.php.net/pierre/, but not working, showing errors.

If it is not possible to get the file, can any one say what is the other way to install memcached?

Regards

Upvotes: 2

Views: 2131

Answers (3)

Unnamed
Unnamed

Reputation: 54

For those whoe are still looking for the vc6 compiled memcache dll for php 5.3.x (always 32 bit in vc6) the file can be found at: http://code.google.com/p/thinkam/downloads/detail?name=php_memcache-cvs-20090703-5.3-VC6-x86.zip&can=2&q=

Took me about 5 hours to find the correct dll and hope some ppl find this u

Upvotes: 1

Pierre
Pierre

Reputation: 716

Not sure what was hard but the new versions are available at http://downloads.php.net/pierre/

Feel free to ping me if you have any issue with these binaries or memcache in particular.

Upvotes: 0

Yildiray Meric
Yildiray Meric

Reputation: 680

It is very hard to find but I found it :).. Installed and working perfectly on my system.

here is the link:

http://zhiliansns.googlecode.com/svn-history/r4/trunk/software/php_memcache-cvs-20090703-5.3-VC6-x86.zip

yeah I found it in a SVN repository :)

Upvotes: 2

Related Questions