]> granicus.if.org Git - php/commitdiff
Need the PCNTL extension loaded since that is where the SIGKILL constant comes from
authorRasmus Lerdorf <rasmus@php.net>
Mon, 23 Nov 2009 21:24:20 +0000 (21:24 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Mon, 23 Nov 2009 21:24:20 +0000 (21:24 +0000)
ext/posix/tests/posix_errno_variation2.phpt

index f463d78759b8727c67c3a4aab2190a79eaad6d20..ad3aa311ea278df2d2608ee0bec56c20403a1fef 100644 (file)
@@ -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