Source installation: optional PHP module pcntl (II)

This commit is contained in:
Martin 2016-01-29 15:15:17 +01:00
parent 6a1995373c
commit 8ea5fbf5d7

View File

@ -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 dont need the WebDAV module for your Web server (i.e. Apaches
``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