Merge pull request #1749 from nextcloud/fix/supported-php-versions

Update supported php versions for 18
This commit is contained in:
Roeland Jago Douma
2019-12-23 09:43:41 +01:00
committed by GitHub

View File

@@ -29,9 +29,9 @@ For best performance, stability and functionality we have documented some recomm
| Webserver | - **Apache 2.4 with** ``mod_php`` **or** ``php-fpm`` (recommended) |
| | - nginx with ``php-fpm`` |
+------------------+-----------------------------------------------------------------------+
| PHP Runtime | - 7.1 |
| | - **7.2** (*recommended*) |
| PHP Runtime | - 7.2 |
| | - **7.3** (*recommended*) |
| | - **7.4** (*recommended*) |
+------------------+-----------------------------------------------------------------------+
See :doc:`source_installation` for minimum PHP-modules and additional software for installing Nextcloud.