projects
/
php
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
daf47a8
)
Need the PCNTL extension loaded since that is where the SIGKILL constant comes from
author
Rasmus Lerdorf
<rasmus@php.net>
Mon, 23 Nov 2009 21:24:20 +0000
(21:24 +0000)
committer
Rasmus Lerdorf
<rasmus@php.net>
Mon, 23 Nov 2009 21:24:20 +0000
(21:24 +0000)
ext/posix/tests/posix_errno_variation2.phpt
patch
|
blob
|
history
diff --git
a/ext/posix/tests/posix_errno_variation2.phpt
b/ext/posix/tests/posix_errno_variation2.phpt
index f463d78759b8727c67c3a4aab2190a79eaad6d20..ad3aa311ea278df2d2608ee0bec56c20403a1fef 100644
(file)
--- 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