From: Peter Kokot Date: Tue, 25 Jun 2019 18:21:16 +0000 (+0200) Subject: Fix posix_errno test without PCNTL dep X-Git-Tag: php-7.4.0alpha3~172 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a29bf46b68cf1974cdd3cd80d3669a7d08e3a7f8;p=php Fix posix_errno test without PCNTL dep When PCNTL extension is not enabled, the SIGKILL constant is also not available. --- diff --git a/ext/posix/tests/posix_errno_variation2.phpt b/ext/posix/tests/posix_errno_variation2.phpt index 6335fa5327..7a4695d0e6 100644 --- a/ext/posix/tests/posix_errno_variation2.phpt +++ b/ext/posix/tests/posix_errno_variation2.phpt @@ -12,7 +12,10 @@ Francesco Fullone ff@ideato.it