Trying to find the dll for memcache on php 5.2.4. Running on windows server 2k3 x64
I can find some for 5.3, but either they don't work or I cannot figure out how to get them to work. The php.ini file points to the right extension name in the ext file, but it fails with the error:
Fatal error: Class 'Memcache' not found in \PATH\ on line 2
This error occurs with or without the php_memcache.dll for php 5.3 in the ext folder.
Any ideas?
Thank you