We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 95a8395 + 6ceb887 commit 8b0310aCopy full SHA for 8b0310a
1 file changed
ext/standard/tests/image/gh20582.phpt
@@ -5,7 +5,9 @@ Nikita Sveshnikov (Positive Technologies)
5
ndossche
6
--SKIPIF--
7
<?php
8
-if (PHP_OS_FAMILY === "Windows") die("skip Only for platforms with FIFO pipes");
+if (!function_exists("posix_mkfifo")) {
9
+ die("skip no posix_mkfifo()");
10
+}
11
?>
12
--FILE--
13
0 commit comments