From 8ea5fbf5d761a6f9967e465d4a6404795fe99aff Mon Sep 17 00:00:00 2001 From: Martin Date: Fri, 29 Jan 2016 15:15:17 +0100 Subject: [PATCH] Source installation: optional PHP module pcntl (II) --- admin_manual/installation/source_installation.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/admin_manual/installation/source_installation.rst b/admin_manual/installation/source_installation.rst index 776cd60a0..3a0174440 100644 --- a/admin_manual/installation/source_installation.rst +++ b/admin_manual/installation/source_installation.rst @@ -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 `_ 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 ``. +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