Skip to content

Commit 36c285e

Browse files
committed
Need the PCNTL extension loaded since that is where the SIGKILL constant comes from
1 parent 80314eb commit 36c285e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/posix/tests/posix_errno_variation2.phpt

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Francesco Fullone [email protected]
77
--SKIPIF--
88
<?php
99
if(!extension_loaded("posix")) print "skip - POSIX extension not loaded";
10+
if(!extension_loaded("pcntl")) print "skip - PCNTL extension required";
1011
?>
1112
--FILE--
1213
<?php

0 commit comments

Comments
 (0)