Skip to content

Commit 726cf51

Browse files
committed
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. Closes GH-17706
1 parent 36d46a4 commit 726cf51

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ext/standard/tests/network/bug20134.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
Bug #20134 (UDP reads from invalid ports)
33
--INI--
44
default_socket_timeout=1
5+
--CONFLICTS--
6+
all
57
--FILE--
68
<?php
79

0 commit comments

Comments
 (0)