Quote:
Originally Posted by Paul M
I have no way of testing that since I dont use memcache, but could you be a little more specific than "does not work" 
|
Hehe, sure

(In fact I didn't test it, I just looked at the code):
You are calling do_fetch(), which does work just fine for connectionless caches like APC, XCache, eAccelerator.
Memcache however does need a connection, and do_fetch() does not check if there is one - so you end up with an error (or a
segfault in worst case).