small error fixes

This commit is contained in:
kremsy
2014-04-09 11:11:22 +02:00
committed by Steffen Schröder
parent 4ff88a1204
commit f05c75143e
3 changed files with 27 additions and 12 deletions

View File

@ -196,7 +196,7 @@ class Client
{
$size = 0;
$recvhandle = 0;
@stream_set_timeout($this->socket, 0, $this->timeout * 1000 * 200);
@stream_set_timeout($this->socket, 0, $this->timeout * 1000 * 1000);
// Get result
if ($this->protocol == 1)
{