Add some notes that pcntl functions might be disabled

This is the case on debian php 8.0 backports

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
This commit is contained in:
Carl Schwan
2022-06-01 11:08:44 +02:00
parent de995c29bc
commit e8916049f4

View File

@@ -100,6 +100,10 @@ For command line processing (*optional*):
* PHP module pcntl (enables command interruption by pressing ``ctrl-c``)
.. note::
You also need to ensure that pcntl_signal and pcntl_signal_dispatch are not disabled
in your php.ini file.
For command line updater (*optional*):
* PHP module phar (upgrades Nextcloud by running ``sudo -u www-data php /var/www/nextcloud/updater/updater.phar``)