Index: trunk/phase3/includes/memcached-client.php |
— | — | @@ -849,7 +849,6 @@ |
850 | 850 | if (!$this->_safe_fwrite($sock, "$cmd $key $amt\r\n")) |
851 | 851 | return $this->_dead_sock($sock); |
852 | 852 | |
853 | | - stream_set_timeout($sock, 1, 0); |
854 | 853 | $line = fgets($sock); |
855 | 854 | $match = array(); |
856 | 855 | if (!preg_match('/^(\d+)/', $line, $match)) |