Hi everyone, When trying memcache:get, I'll get the following error message back:
I run a Windows 32bit test environment (XP) and here's how my code
looks:
function getMulti(array $keys) {
$items = $this->memcache->get($keys);
return $items;
}
My memcache servers are two local computers in the LAN that my dev.
environment is connected to.
Sure, I can turn the error logging off or just put an @ before the get
function call, but that doesnt solve this issue. What can I do?
Thanks a lot!
