Skip to content

Commit 8b160f5

Browse files
committed
Change port to avoid collision with others tests
The 64321 port is already used with the ext/openssl tests.
1 parent 3f7cc83 commit 8b160f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/standard/tests/streams/bug69521.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Bug #69521 Segfault in gc_collect_cycles()
33
--FILE--
44
<?php
5-
$serverUri = "tcp://127.0.0.1:64321";
5+
$serverUri = "tcp://127.0.0.1:74321";
66
$sock = stream_socket_server($serverUri, $errno, $errstr, STREAM_SERVER_BIND | STREAM_SERVER_LISTEN);
77

88
$fp = stream_socket_client($serverUri, $errNumber, $errString, 5, STREAM_CLIENT_CONNECT);

0 commit comments

Comments
 (0)