We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f669a55 commit 1fb40b5Copy full SHA for 1fb40b5
sapi/cli/tests/php_cli_server_pdeathsig.phpt
@@ -8,6 +8,8 @@ include "skipif.inc";
8
if (!(str_contains(PHP_OS, 'Linux') || str_contains(PHP_OS, 'FreeBSD'))) {
9
die('skip PDEATHSIG is only supported on Linux and FreeBSD');
10
}
11
+// This fails on 32-bit GitHub actions (probably due to Docker rather than 32-bit)
12
+if (PHP_INT_SIZE != 8) die("skip 64-bit only");
13
?>
14
--FILE--
15
<?php
0 commit comments