We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7a20168 + 614323e commit f07f3b4Copy full SHA for f07f3b4
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://128.0.0.1:64326";
+ $serverUri = "tcp://127.0.0.1:64326";
13
$serverFlags = STREAM_SERVER_BIND | STREAM_SERVER_LISTEN;
14
$serverCtx = stream_context_create();
15
0 commit comments