Skip to content

Commit

Permalink
Need the PCNTL extension loaded since that is where the SIGKILL const…
Browse files Browse the repository at this point in the history
…ant comes from
  • Loading branch information
rlerdorf committed Nov 23, 2009
1 parent 89a5706 commit 452ffe2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/posix/tests/posix_errno_variation2.phpt
Expand Up @@ -7,6 +7,7 @@ Francesco Fullone ff@ideato.it
--SKIPIF--
<?php
if(!extension_loaded("posix")) print "skip - POSIX extension not loaded";
if(!extension_loaded("pcntl")) print "skip - PCNTL extension required";
?>
--FILE--
<?php
Expand Down

0 comments on commit 452ffe2

Please sign in to comment.