summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>2009-11-23 21:24:20 +0000
committerRasmus Lerdorf <rasmus@php.net>2009-11-23 21:24:20 +0000
commit452ffe21a2a1f41ba15b6972b0ebe396b7eb2aba (patch)
treef87d0fcbfe7d320f90b8d6e4dafe5373c226fd9c
parent89a570638b46d182bc8b64336d1e18a3383ceb5a (diff)
downloadphp-git-452ffe21a2a1f41ba15b6972b0ebe396b7eb2aba.tar.gz
Need the PCNTL extension loaded since that is where the SIGKILL constant comes from
-rw-r--r--ext/posix/tests/posix_errno_variation2.phpt1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/posix/tests/posix_errno_variation2.phpt b/ext/posix/tests/posix_errno_variation2.phpt
index f463d78759..ad3aa311ea 100644
--- a/ext/posix/tests/posix_errno_variation2.phpt
+++ b/ext/posix/tests/posix_errno_variation2.phpt
@@ -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