views:

91

answers:

1

I am running wamp server with php 5.3.0. My efforts running memcached were a fail :( After googeling I found out that the problem is that I need the correct php_memcache.dll which is a vc6 compiled for windows 7 X64. Does anyone know where can I find the dll?

A: 

From what I have found on PHP web pages, 64bit is not supported on VC6 platform. But to make things clean, you only need 64bit dlls only if you have the rest of the program compiled in 64bits. And as PHP can't be VC6+64bit, you 'only' have to find VC6 version of php_memcache.dll. I've tried to find some recent version of it, as my XAMPP is also VC6, but to no avail.

leafnode
yeah, i believe they all offline. need someone with the knowledge to compile it i guess
Gilad