diff --git a/admin_manual/installation/source_installation.rst b/admin_manual/installation/source_installation.rst index 990ab0e2c..157c270ae 100644 --- a/admin_manual/installation/source_installation.rst +++ b/admin_manual/installation/source_installation.rst @@ -202,11 +202,11 @@ terminal:: apt-get install php7.2-intl php-imagick php7.2-xml php7.2-zip * This installs the packages for the Nextcloud core system. - ``libapache2-mod-php7.2`` provides the following PHP extensions: ``bcmath bz2 - calendar Core ctype date dba dom ereg exif fileinfo filter ftp gettext hash - iconv libxml - mhash openssl pcre Phar posix Reflection session shmop SimpleXML soap sockets - SPL standard sysvmsg sysvsem sysvshm tokenizer wddx xmlreader xmlwriter zlib``. + ``libapache2-mod-php7.2`` provides the following PHP extensions:: + + bcmath bz2 calendar Core ctype date dba dom ereg exif fileinfo filter ftp gettext + hash iconv libxml mhash openssl pcre Phar posix Reflection session shmop SimpleXML + soap sockets SPL standard sysvmsg sysvsem sysvshm tokenizer wddx xmlreader xmlwriter zlib . If you are planning on running additional apps, keep in mind that they might require additional packages. See :ref:`prerequisites_label` for details.