We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c17b5ba + 2285d70 commit e532d9aCopy full SHA for e532d9a
tests/basic/GHSA-9pqp-7h25-4f32.phpt
@@ -5,6 +5,9 @@ GHSA-9pqp-7h25-4f32
5
if (!getenv('TEST_PHP_CGI_EXECUTABLE')) {
6
die("skip php-cgi not available");
7
}
8
+if (substr(PHP_OS, 0, 3) == 'WIN') {
9
+ die("skip not for Windows in CI - probably resource issue");
10
+}
11
?>
12
--FILE--
13
<?php
0 commit comments