So I'm trying to get the memcache ext running on Zend Studio. I can't for the life of me figure this out. I added extension=php_memcache.dll to Zend's php.ini. I cannot create a Memcache object (class does not exist), and I can't use the functions memcache_connect (function does not exist).
I have the php_memcache.dll in my zend ext folder... along with others that do work. I even tried adding to to the system32 folder. Verified I was modifying the correct .ini file w/ output from phpinfo();
ZS 5.5.0
OS Windows XP
PHP v 5.2.00
php_memcache.dll 5.2.1.1
Any suggestions?