Merge branch 'PHP-8.0' into PHP-8.1

This commit is contained in:
Jakub Zelenka 2021-11-27 22:39:51 +00:00
commit a529d0dd15

View File

@ -4,6 +4,7 @@ FPM: Process manager config pm.process_idle_timeout
<?php
include "skipif.inc";
if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
if (!getenv("FPM_LOCAL_TESTS")) die("skip local test")
?>
--FILE--
<?php