The “STREAM_CLIENT_ASYNC_CONNECT” seems to cause problems (see #7).

This commit is contained in:
Julien Fontanet 2013-07-08 14:29:01 +02:00
parent acce572374
commit 085400bd17
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ final class XCP extends Base
/* out */ $errno,
/* out */ $errstr,
ini_get('default_socket_timeout'), // Default value.
STREAM_CLIENT_CONNECT | STREAM_CLIENT_ASYNC_CONNECT
STREAM_CLIENT_CONNECT
);
if (!$hdl)
{