From: Nikita Popov Date: Wed, 5 Jun 2019 09:55:57 +0000 (+0200) Subject: Use zero port in socket_(export|import)_stream-5.phpt X-Git-Tag: php-7.4.0alpha1~82 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=528aa7932a839fc6319979c34aa372805d8dc41c;p=php Use zero port in socket_(export|import)_stream-5.phpt These regularly fail due to port clashes, though we don't seem to use those ports in any other tests. As we don't care about the specific port that is used here, pass zero so that a random ephemeral port is used. --- diff --git a/ext/sockets/tests/socket_export_stream-5.phpt b/ext/sockets/tests/socket_export_stream-5.phpt index 413ce24f3e..5a1d03fa6e 100644 --- a/ext/sockets/tests/socket_export_stream-5.phpt +++ b/ext/sockets/tests/socket_export_stream-5.phpt @@ -11,12 +11,12 @@ if (!function_exists('zend_leak_variable'))