Merge branch 'PHP-8.4'

* PHP-8.4:
  [skip ci] Another flaky macOS phar test
This commit is contained in:
Ilija Tovilo 2025-01-28 12:45:43 +01:00
commit dfd8c0ca05
No known key found for this signature in database
GPG key ID: 5050C66BFCD1015A

View file

@ -5,6 +5,12 @@ phar
--INI--
phar.readonly=0
phar.require_hash=0
--SKIPIF--
<?php
if (getenv("GITHUB_ACTIONS") && PHP_OS_FAMILY === "Darwin") {
die("flaky Occasionally segfaults on macOS for unknown reasons");
}
?>
--FILE--
<?php