CacheBundle icon indicating copy to clipboard operation
CacheBundle copied to clipboard

using deprecated type in memcacheCache.php

Open alexvdp opened this issue 12 years ago • 0 comments

the type: cachedump has been removed from the memcache daemon due to security reasons.

http://php.net/manual/en/memcache.getextendedstats.php

it is still used in the code (line 86) and will give notices like: Message: MemcachePool::getextendedstats(): Server 127.0.0.1 (tcp 11211, udp 0) failed with: Network timeout (0)

alexvdp avatar Oct 01 '13 12:10 alexvdp