mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
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:
@@ -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``)
|
||||
|
||||
Reference in New Issue
Block a user