mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Merge branch 'PHP-7.2' into PHP-7.3
* PHP-7.2: Skip test when SIGKILL is not defined
This commit is contained in:
@@ -6,7 +6,8 @@ Francesco Fullone ff@ideato.it
|
||||
#PHPTestFest Cesena Italia on 2009-06-20
|
||||
--SKIPIF--
|
||||
<?php
|
||||
if(!extension_loaded("posix")) print "skip - POSIX extension not loaded";
|
||||
if(!extension_loaded("posix")) print "skip posix extension not loaded";
|
||||
if(!extension_loaded("pcntl")) print "skip pcntl extension not loaded";
|
||||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
|
||||
Reference in New Issue
Block a user