wtf:)
authorDomas Mituzas <midom@users.mediawiki.org>
Tue, 27 Oct 2009 07:28:29 +0000 (07:28 +0000)
committerDomas Mituzas <midom@users.mediawiki.org>
Tue, 27 Oct 2009 07:28:29 +0000 (07:28 +0000)
includes/memcached-client.php

index 3367c61..040c08a 100644 (file)
@@ -849,7 +849,6 @@ class memcached
       if (!$this->_safe_fwrite($sock, "$cmd $key $amt\r\n"))
          return $this->_dead_sock($sock);
 
-      stream_set_timeout($sock, 1, 0);
       $line = fgets($sock);
       $match = array();
       if (!preg_match('/^(\d+)/', $line, $match))