Closed (fixed)
Project:
Memcache API and Integration
Version:
6.x-1.4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Aug 2009 at 20:22 UTC
Updated:
29 Sep 2009 at 17:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
febbraro commentedAlso, I only get this "notice" when I use session_inc. Using cache_inc does not generate this notice.
Comment #2
j4h8 commentedSame here. Bug remains in 6.x-1.4-rc1.
Regards,
Jutta
Comment #3
febbraro commentedHere is a patch to fix it.
Comment #4
damienmckennaWorks for me.
Comment #5
damienmckennaRan into a problem.. the current solution doesn't account for when $result->expire == CACHE_PERMANENT.
Comment #6
damienmckennaPlease give this a spin.
Comment #7
febbraro commentedShouldn't you use
instead of
Comment #8
jcmarco commentedTested and working fine,
with patch #6 plus #7
Comment #9
jeremy commentedThanks! Patch committed