Details
Description
The method getIds() in MemcacheCache relies on the old "cachedump" stat type.
But as you can read here: http://de2.php.net/manual/en/memcache.getextendedstats.php this has been removed due to security reasons.
The method getIds() in MemcacheCache relies on the old "cachedump" stat type.
But as you can read here: http://de2.php.net/manual/en/memcache.getextendedstats.php this has been removed due to security reasons.
@Guilherme, your fix introduced big performance issue as now for each fetch() call there are always 2 additional calls, which is kind of big overhead. See https://github.com/doctrine/common/pull/125 for details.