program/include/rcmail.php
@@ -345,10 +345,10 @@ $this->memcache = new Memcache; $this->mc_available = 0; // add alll configured hosts to pool // add all configured hosts to pool $pconnect = $this->config->get('memcache_pconnect', true); foreach ($this->config->get('memcache_hosts', array()) as $host) { if (substr($host, 0, 4) != 'unix') { if (substr($host, 0, 7) != 'unix://') { list($host, $port) = explode(':', $host); if (!$port) $port = 11211; }