1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Fixed GH-19381: posix_kill_pidoverflow test depends on pcntl too. (#19382)

This commit is contained in:
David CARLIER
2025-08-05 20:03:21 +01:00
committed by GitHub
parent 9ccd2ba9ff
commit d801a4634f

View File

@@ -2,6 +2,7 @@
posix_kill() with large pid
--EXTENSIONS--
posix
pcntl
--SKIPIF--
<?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?>
--FILE--