Aleksander Machniak
2012-07-30 c2d19b7f2439c250b4f6d4edca4840df2982973a
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;
        }