From bd484ed65f85cdced12deb65638af2caaa7b0b33 Mon Sep 17 00:00:00 2001 From: Calvin Buckley Date: Wed, 31 Dec 2025 13:04:09 -0400 Subject: [PATCH] Fix skipif for mkfifo usage in gh20582.phpt (#20804) Makes it like ext/standard/tests/file/filetype_variation.phpt; it's not just Windows that can have a missing posix_mkfifo, but also a minimal build, like the ones suggested that RMs test with (using --disable-all). --- ext/standard/tests/image/gh20582.phpt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ext/standard/tests/image/gh20582.phpt b/ext/standard/tests/image/gh20582.phpt index 63561534b2fd0..499f70e372603 100644 --- a/ext/standard/tests/image/gh20582.phpt +++ b/ext/standard/tests/image/gh20582.phpt @@ -5,7 +5,9 @@ Nikita Sveshnikov (Positive Technologies) ndossche --SKIPIF-- --FILE--