1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Enable GHSA-9pqp-7h25-4f32.phpt on Windows

Closes GH-16933.
This commit is contained in:
Christoph M. Becker
2024-11-25 18:34:33 +01:00
parent b263f351c4
commit 7685fb0e1c

View File

@@ -5,9 +5,6 @@ GHSA-9pqp-7h25-4f32
if (!getenv('TEST_PHP_CGI_EXECUTABLE')) {
die("skip php-cgi not available");
}
if (substr(PHP_OS, 0, 3) == 'WIN') {
die("skip not for Windows in CI - probably resource issue");
}
?>
--FILE--
<?php