I want to implement memcache into my Zendframework 2 application.
For that, is it possible to implement only with Zend framework 2 library without php_memcache.dll and php_memcached.dll?
If not, How can I install php_memcached.dll. I have searched with google for php_memcached.dll they have given some daemon, kindly help me how to proceed with that daemon.
I have referred this links:
http://www.couchbase.com/forums/thread/libmemcacheddll-32-bit-and-64-bit-php-extensions
Thanks.