Skip to content

Conversation

@backportbot-nextcloud
Copy link

backport of #32575

console.php Outdated
if (!function_exists('pcntl_signal') && !in_array('--no-warnings', $argv)) {
if (!(function_exists('pcntl_signal') && function_exists('pcntl_signal_dispatch')) && !in_array('--no-warnings', $argv)) {
echo "The process control (PCNTL) extensions are required in case you want to interrupt long running commands - see https://www.php.net/manual/en/book.pcntl.php" . PHP_EOL;
echo "Additionally the function 'pcntl_signal' and 'pcntl_signal_dispatch' need to be enabeld in your php.ini." . PHP_EOL;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
echo "Additionally the function 'pcntl_signal' and 'pcntl_signal_dispatch' need to be enabeld in your php.ini." . PHP_EOL;
echo "Additionally the function 'pcntl_signal' and 'pcntl_signal_dispatch' need to be enabled in your php.ini." . PHP_EOL;

@CarlSchwan CarlSchwan force-pushed the backport/32575/stable24 branch from ff20227 to d837a02 Compare June 1, 2022 09:11
@blizzz blizzz mentioned this pull request Jun 9, 2022
2 tasks
@blizzz blizzz merged commit 0cbfae6 into stable24 Jun 10, 2022
@blizzz blizzz deleted the backport/32575/stable24 branch June 10, 2022 22:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants