Merge branch 'PHP-8.2' into PHP-8.3

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

View file

@ -5,6 +5,12 @@ phar
--INI-- --INI--
phar.readonly=0 phar.readonly=0
phar.require_hash=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-- --FILE--
<?php <?php
$fname = __DIR__ . '/' . basename(__FILE__, '.php') . '.1.phar.php'; $fname = __DIR__ . '/' . basename(__FILE__, '.php') . '.1.phar.php';