Skip to content

Commit 6877b4f

Browse files
committed
Merge branch 'PHP-8.1' into PHP-8.2
2 parents a9c6b84 + 9b18466 commit 6877b4f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

sapi/fpm/tests/bug77023-pm-dynamic-blocking-sigquit.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ EOT;
3636

3737

3838
$tester = new FPM\Tester($cfg, $code);
39-
$tester->start();
39+
$tester->start(extensions: ['pcntl']);
4040
$tester->expectLogStartNotices();
4141
$tester->multiRequest(2);
4242
$tester->status([

sapi/fpm/tests/reload-uses-sigkill-as-last-measure.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--TEST--
2-
If SIGQUIT and SIGTERM during reloading fail, SIGKILL should be sent
2+
FPM: If SIGQUIT and SIGTERM during reloading fail, SIGKILL should be sent
33
--EXTENSIONS--
44
pcntl
55
--SKIPIF--
@@ -35,7 +35,7 @@ pcntl_sigprocmask(SIG_BLOCK, [SIGQUIT, SIGTERM]);
3535
EOT;
3636

3737
$tester = new FPM\Tester($cfg, $code);
38-
$tester->start();
38+
$tester->start(extensions: ['pcntl']);
3939
$tester->expectLogStartNotices();
4040
$tester->request()->expectEmptyBody();
4141
$tester->signal('USR2');

0 commit comments

Comments
 (0)