mirror of
https://github.com/php/php-src.git
synced 2024-11-27 20:03:40 +08:00
Merge branch 'PHP-8.1' into PHP-8.2
This commit is contained in:
commit
6877b4f110
@ -36,7 +36,7 @@ EOT;
|
||||
|
||||
|
||||
$tester = new FPM\Tester($cfg, $code);
|
||||
$tester->start();
|
||||
$tester->start(extensions: ['pcntl']);
|
||||
$tester->expectLogStartNotices();
|
||||
$tester->multiRequest(2);
|
||||
$tester->status([
|
||||
|
@ -1,5 +1,5 @@
|
||||
--TEST--
|
||||
If SIGQUIT and SIGTERM during reloading fail, SIGKILL should be sent
|
||||
FPM: If SIGQUIT and SIGTERM during reloading fail, SIGKILL should be sent
|
||||
--EXTENSIONS--
|
||||
pcntl
|
||||
--SKIPIF--
|
||||
@ -35,7 +35,7 @@ pcntl_sigprocmask(SIG_BLOCK, [SIGQUIT, SIGTERM]);
|
||||
EOT;
|
||||
|
||||
$tester = new FPM\Tester($cfg, $code);
|
||||
$tester->start();
|
||||
$tester->start(extensions: ['pcntl']);
|
||||
$tester->expectLogStartNotices();
|
||||
$tester->request()->expectEmptyBody();
|
||||
$tester->signal('USR2');
|
||||
|
Loading…
Reference in New Issue
Block a user