From cd3b78c0eff3997ba3acaba1ca29b0fd62f19f19 Mon Sep 17 00:00:00 2001 From: Carla Schroder Date: Tue, 17 May 2016 09:45:05 -0700 Subject: [PATCH] correction to php modules --- admin_manual/installation/source_installation.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/admin_manual/installation/source_installation.rst b/admin_manual/installation/source_installation.rst index 68a1c043a..5762d98ba 100644 --- a/admin_manual/installation/source_installation.rst +++ b/admin_manual/installation/source_installation.rst @@ -131,7 +131,12 @@ Apache and MariaDB, by issuing the following commands in a terminal:: apt-get install php5-gd php5-json php5-mysql php5-curl apt-get install php5-intl php5-mcrypt php5-imagick -* This installs the packages for the ownCloud core system. If you are planning +* This installs the packages for the ownCloud core system. + ``libapache2-mod-php5`` provides the following PHP extensions: ``bcmath bz2 + calendar Core ctype date dba dom ereg exif fileinfo filter ftp gettext hash + iconv libxml mbstring mhash openssl pcre Phar posix Reflection session shmop + SimpleXML soap sockets SPL standard sysvmsg sysvsem sysvshm tokenizer wddx + xml xmlreader xmlwriter zip zlib``. If you are planning on running additional apps, keep in mind that they might require additional packages. See :ref:`prerequisites_label` for details.