We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2ad778b + c14601c commit dc06a52Copy full SHA for dc06a52
ext/phar/tests/033.phpt
@@ -5,6 +5,12 @@ phar
5
--INI--
6
phar.readonly=0
7
phar.require_hash=0
8
+--SKIPIF--
9
+<?php
10
+if (getenv("GITHUB_ACTIONS") && PHP_OS_FAMILY === "Darwin") {
11
+ die("flaky Occasionally segfaults on macOS for unknown reasons");
12
+}
13
+?>
14
--FILE--
15
<?php
16
$fname = __DIR__ . '/' . basename(__FILE__, '.php') . '.1.phar.php';
0 commit comments