Closed (fixed)
Project:
Memcache API and Integration
Version:
7.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Mar 2012 at 17:35 UTC
Updated:
2 Feb 2017 at 08:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
josh waihi commentedThere are two areas in dmemcache.inc that still explicity use memcache procedural functions instead of object calls of dmemcache_object($bin). Attached is a patch that fixes breakages when the memcached extension is used instead of memcache.
Comment #4
jeremy commentedThis was never actually an issue as these functions weren't exposed, but a recently added Drush command exposes the flush. Went ahead and fixed both.