[Pkg-owncloud-commits] [owncloud-doc] 08/14: More verbosely document optional PHP modules.

David Prévot taffit at moszumanska.debian.org
Wed Jan 22 21:01:56 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud-doc.

commit c667d5b575f508fe449f7a5e7f3d3c6e0bc538b8
Author: Andreas Fischer <bantu at owncloud.com>
Date:   Fri Jan 17 23:27:37 2014 +0100

    More verbosely document optional PHP modules.
---
 admin_manual/installation/installation_source.rst | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/admin_manual/installation/installation_source.rst b/admin_manual/installation/installation_source.rst
index c61e8fc..4d92cd2 100644
--- a/admin_manual/installation/installation_source.rst
+++ b/admin_manual/installation/installation_source.rst
@@ -29,14 +29,14 @@ Database connectors (pick at least one):
 
 And as *optional* dependencies:
 
-* PHP module bz2
-* PHP module curl
+* PHP module bz2 (recommended, required for extraction of apps)
+* PHP module curl (highly recommended, some functionality depends on this)
 * PHP module exif (for image rotation in pictures app)
-* PHP module fileinfo
-* PHP module intl
+* PHP module fileinfo (highly recommended, increases file analysis performance)
+* PHP module intl (increases language translation performance)
 * PHP module ldap (for ldap integration)
-* PHP module mcrypt
-* PHP module openssl
+* PHP module mcrypt (increases file encryption performance)
+* PHP module openssl (required for accessing HTTPS resources)
 
 For performance increase (*optional* / select one of the following):
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git



More information about the Pkg-owncloud-commits mailing list