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.
2 parents 7f8ffbc + 91c53e4 commit 018ee8dCopy full SHA for 018ee8d
ext/openssl/tests/gh13860.phpt
@@ -9,7 +9,7 @@ if (!function_exists("proc_open")) die("skip no proc_open");
9
--FILE--
10
<?php
11
$serverCode = <<<'CODE'
12
- $serverUri = "tcp://127.0.0.1:64325";
+ $serverUri = "tcp://128.0.0.1:64326";
13
$serverFlags = STREAM_SERVER_BIND | STREAM_SERVER_LISTEN;
14
$serverCtx = stream_context_create();
15
@@ -26,7 +26,7 @@ $serverCode = <<<'CODE'
26
CODE;
27
28
$clientCode = <<<'CODE'
29
+ $serverUri = "tcp://127.0.0.1:64326";
30
$clientFlags = STREAM_CLIENT_CONNECT;
31
32
phpt_wait();
0 commit comments