From 0b5de3014a38bec7acc8088177eb5d41e2077113 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Mon, 25 Nov 2024 12:34:15 +0100 Subject: [PATCH] Use another for bug51056.phpt This port is already used by san_ipv6_peer_matching.phpt, wo we choose another port which is not explicitly used in our test suite. The proper solution would be to use ephemeral ports[1], but our OpenSSL `ServerClientTestCase` does not support this yet. [1] Closes GH-16871. --- ext/standard/tests/streams/bug51056.phpt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/standard/tests/streams/bug51056.phpt b/ext/standard/tests/streams/bug51056.phpt index abb87fcb037..e011405298c 100644 --- a/ext/standard/tests/streams/bug51056.phpt +++ b/ext/standard/tests/streams/bug51056.phpt @@ -4,7 +4,7 @@ Bug #51056 (fread() on blocking stream will block even if data is available)