Skip to content

Commit 91c53e4

Browse files
committed
[skip ci] Adjust port for gh13860.phpt
Port 64325 is already used in ext/standard/tests/streams/gh11418.phpt. The test randomly times out, and it's unclear whether it might be related to the conflicting port.
1 parent 5b6cda6 commit 91c53e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/openssl/tests/gh13860.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if (!function_exists("proc_open")) die("skip no proc_open");
99
--FILE--
1010
<?php
1111
$serverCode = <<<'CODE'
12-
$serverUri = "tcp://127.0.0.1:64325";
12+
$serverUri = "tcp://128.0.0.1:64326";
1313
$serverFlags = STREAM_SERVER_BIND | STREAM_SERVER_LISTEN;
1414
$serverCtx = stream_context_create();
1515
@@ -26,7 +26,7 @@ $serverCode = <<<'CODE'
2626
CODE;
2727

2828
$clientCode = <<<'CODE'
29-
$serverUri = "tcp://127.0.0.1:64325";
29+
$serverUri = "tcp://127.0.0.1:64326";
3030
$clientFlags = STREAM_CLIENT_CONNECT;
3131
3232
phpt_wait();

0 commit comments

Comments
 (0)