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

[stable27] Clarify pcntl disable_functions #11050

Merged
merged 1 commit into from
Aug 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions admin_manual/installation/source_installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ 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.
You also need to ensure that ``pcntl_signal`` and ``pcntl_signal_dispatch`` are not disabled
in your php.ini by the ``disable_functions`` option.

For command line updater (*optional*):

Expand Down Expand Up @@ -275,7 +275,7 @@ the default site. Open a terminal and run::
a certificate signed by a signing authority. Check with your domain name
registrar or hosting service for good deals on commercial certificates.
Or use a free `Let's Encrypt <https://letsencrypt.org/>`_ ones.

.. _installation_wizard_label:

Installation wizard
Expand Down Expand Up @@ -506,7 +506,7 @@ One of the easiest ways of installing is to use the Nextcloud VM or NextcloudPI
2. Run the script with::

sudo bash nextcloud_install_production.sh

or

1. Download the latest `installation script <https://raw.githubusercontent.com/nextcloud/nextcloudpi/master/install.sh/>`_.
Expand Down