tags:

views:

332

answers:

1

I use php 5.3.0 and after hours of searching found a php_memcache.dll that is compiled for that version, now as I start php it gives me an error "The program can't start because php5.dll is missing from your computer. Try reinstalling the program to fix the problem." As I see it there is php5ts.dll in php folder, and I can't find php5.dll.

And as a result memcache does not start. How can I fix this?

A: 

Most likely your memcache_php.dll files needs php5.dll file to be able to work correctly, i suppose it should be distributed as part of that memcache for php. Or you can google about php5.dll to know more about it.

Sarfraz