mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
[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.
This commit is contained in:
parent
5b6cda6523
commit
91c53e43c4
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ if (!function_exists("proc_open")) die("skip no proc_open");
|
|||
--FILE--
|
||||
<?php
|
||||
$serverCode = <<<'CODE'
|
||||
$serverUri = "tcp://127.0.0.1:64325";
|
||||
$serverUri = "tcp://128.0.0.1:64326";
|
||||
$serverFlags = STREAM_SERVER_BIND | STREAM_SERVER_LISTEN;
|
||||
$serverCtx = stream_context_create();
|
||||
|
||||
|
@ -26,7 +26,7 @@ $serverCode = <<<'CODE'
|
|||
CODE;
|
||||
|
||||
$clientCode = <<<'CODE'
|
||||
$serverUri = "tcp://127.0.0.1:64325";
|
||||
$serverUri = "tcp://127.0.0.1:64326";
|
||||
$clientFlags = STREAM_CLIENT_CONNECT;
|
||||
|
||||
phpt_wait();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue