mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Source installation: optional PHP module pcntl (II)
This commit is contained in:
parent
6a1995373c
commit
8ea5fbf5d7
@ -40,7 +40,9 @@ Prerequisites
|
||||
The ownCloud .tar archive contains all of the required PHP modules. This section
|
||||
lists all required and optional PHP modules. Consult the `PHP manual
|
||||
<http://php.net/manual/en/extensions.php>`_ for more information on modules.
|
||||
Your Linux distribution should have packages for all required modules.
|
||||
Your Linux distribution should have packages for all required modules. You can
|
||||
check the precense of a module by typing ``php -m | grep -i <module_name>``.
|
||||
If you get a result, the module is present.
|
||||
|
||||
Required:
|
||||
|
||||
@ -106,6 +108,10 @@ For preview generation (*optional*):
|
||||
* avconv or ffmpeg
|
||||
* OpenOffice or LibreOffice
|
||||
|
||||
For command line processing (*optional*):
|
||||
|
||||
* PHP module pcntl (enables command interruption by pressing ``ctrl-c``)
|
||||
|
||||
You don’t need the WebDAV module for your Web server (i.e. Apache’s
|
||||
``mod_webdav``), as ownCloud has a built-in WebDAV server of its own, SabreDAV.
|
||||
If ``mod_webdav`` is enabled you must disable it for ownCloud. (See
|
||||
|
||||
Loading…
Reference in New Issue
Block a user