Merge branch 'PHP-8.1' into PHP-8.2

* PHP-8.1:
  Revert "Enable GHSA-9pqp-7h25-4f32.phpt on Windows"
This commit is contained in:
Christoph M. Becker 2024-12-04 20:44:47 +01:00
commit e532d9afb5
No known key found for this signature in database
GPG key ID: D66C9593118BCCB6

View file

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