mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Merge branch 'PHP-8.1'
This commit is contained in:
commit
09d313daac
2 changed files with 2 additions and 1 deletions
|
@ -6,6 +6,7 @@ pcntl
|
|||
<?php
|
||||
include "skipif.inc";
|
||||
if (!function_exists('pcntl_sigprocmask')) die('skip Requires pcntl_sigprocmask()');
|
||||
if (!getenv("FPM_RUN_RESOURCE_HEAVY_TESTS")) die("skip resource heavy test");
|
||||
if (getenv('SKIP_SLOW_TESTS')) die('skip slow tests excluded by request');
|
||||
?>
|
||||
--FILE--
|
||||
|
|
|
@ -3,8 +3,8 @@ FPM: Process manager config pm.process_idle_timeout
|
|||
--SKIPIF--
|
||||
<?php
|
||||
include "skipif.inc";
|
||||
if (!getenv("FPM_RUN_RESOURCE_HEAVY_TESTS")) die("skip resource heavy test");
|
||||
if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
|
||||
if (!getenv("FPM_LOCAL_TESTS")) die("skip local test")
|
||||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue