From 30ee0b494a705bbaceda4f91cfef568561aa4bb4 Mon Sep 17 00:00:00 2001 From: Ilija Tovilo Date: Wed, 5 Feb 2025 13:16:18 +0100 Subject: [PATCH] Add CONFLICT all to random port test If we're very unlucky, we can get the same port opened as an ephemeral port by some other test. --- ext/standard/tests/network/bug20134.phpt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ext/standard/tests/network/bug20134.phpt b/ext/standard/tests/network/bug20134.phpt index b5a7234f73c4..6692e92b3105 100644 --- a/ext/standard/tests/network/bug20134.phpt +++ b/ext/standard/tests/network/bug20134.phpt @@ -2,6 +2,8 @@ Bug #20134 (UDP reads from invalid ports) --INI-- default_socket_timeout=1 +--CONFLICTS-- +all --FILE--