Skip to content

Commit e50cf7a

Browse files
committed
Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2: Revert "Enable GHSA-9pqp-7h25-4f32.phpt on Windows"
2 parents 00f4881 + e532d9a commit e50cf7a

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)