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/stable22 branch from 7243177 to cf8835b Compare June 1, 2022 09:12
@blizzz blizzz mentioned this pull request Jun 17, 2022
@blizzz blizzz added the 3. to review Waiting for reviews label Jun 17, 2022
@szaimen
Copy link
Contributor

szaimen commented Jul 1, 2022

CI failure unrelated and the sign-off is there but not in the required form ;)

@szaimen szaimen merged commit b814f42 into stable22 Jul 1, 2022
@szaimen szaimen deleted the backport/32575/stable22 branch July 1, 2022 08:43
@skjnldsv skjnldsv mentioned this pull request Jul 5, 2022
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review Waiting for reviews

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants