Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b65de5 commit 7580adaCopy full SHA for 7580ada
src/Symfony/Component/VarDumper/Server/Connection.php
@@ -91,7 +91,7 @@ private function createSocket()
91
{
92
set_error_handler([self::class, 'nullErrorHandler']);
93
try {
94
- return stream_socket_client($this->host, $errno, $errstr, 3, \STREAM_CLIENT_CONNECT | \STREAM_CLIENT_ASYNC_CONNECT);
+ return stream_socket_client($this->host, $errno, $errstr, 3);
95
} finally {
96
restore_error_handler();
97
}
0 commit comments