From bc0f78a2dae1dd3191440883c4f5b06f9bc03901 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Tue, 12 Jan 2021 10:08:33 +0100 Subject: Use ephemeral port in socket_create_listen_used.phpt Avoid parallelism issues. --- ext/sockets/tests/socket_create_listen_used.phpt | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) (limited to 'ext/sockets') diff --git a/ext/sockets/tests/socket_create_listen_used.phpt b/ext/sockets/tests/socket_create_listen_used.phpt index 5e5c587188..edac28b04c 100644 --- a/ext/sockets/tests/socket_create_listen_used.phpt +++ b/ext/sockets/tests/socket_create_listen_used.phpt @@ -5,20 +5,21 @@ Florian Anderiasch fa@php.net --SKIPIF-- --FILE-- --EXPECTF-- object(Socket)#%d (0) { -- cgit v1.2.1