Merge branch 'PHP-8.1'

This commit is contained in:
Jakub Zelenka 2022-04-27 19:17:33 +01:00
commit 09d313daac
2 changed files with 2 additions and 1 deletions

View file

@ -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--

View 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