Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[stable22] Improve warning about missing pnctl #32605

Merged
merged 1 commit into from
Jul 1, 2022

Conversation

backportbot-nextcloud[bot]
Copy link

backport of #32575

console.php Outdated
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;

Signed-off-by: Carl Schwan <carl@carlschwan.eu>t
@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.

4 participants