Skip to content

Commit e532d9a

Browse files
committed
Merge branch 'PHP-8.1' into PHP-8.2
* PHP-8.1: Revert "Enable GHSA-9pqp-7h25-4f32.phpt on Windows"
2 parents c17b5ba + 2285d70 commit e532d9a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/basic/GHSA-9pqp-7h25-4f32.phpt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ GHSA-9pqp-7h25-4f32
55
if (!getenv('TEST_PHP_CGI_EXECUTABLE')) {
66
die("skip php-cgi not available");
77
}
8+
if (substr(PHP_OS, 0, 3) == 'WIN') {
9+
die("skip not for Windows in CI - probably resource issue");
10+
}
811
?>
912
--FILE--
1013
<?php

0 commit comments

Comments
 (0)