Closed (fixed)
Project:
Memcache API and Integration
Version:
5.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Jun 2007 at 15:01 UTC
Updated:
11 Jul 2007 at 08:17 UTC
objects need to be cloned, if not then upon retrieval you will get the serialized object instead of the object which of course will break.
| Comment | File | Size | Author |
|---|---|---|---|
| object_set.patch | 660 bytes | chx |
Comments
Comment #1
lyricnz commentedWouldn't the same apply for arrays? Perhaps the test should be !is_string()?
Comment #2
robertdouglass commented@lyricnz: Warning: __clone method called on non-object will happen if you try to clone an array.
Comment #3
robertdouglass commentedThanks, committed.
Comment #4
(not verified) commented