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 b63167f + fe31018 commit 4704f00Copy full SHA for 4704f00
ext/phar/tests/phar_oo_iswriteable.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