If you use the Memcached php class, add a offline server and call the
get(); function with an array with just 1 entry the php process
segfaults. $memcache->get(array("my_key")); -> segfault.This could happen if you only have 1 memcached and that one is down. Can anyone confirm this bug?
