From 75766a640f1f6074e294db6d0949c9b25740e86e Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Wed, 2 Jan 2019 12:40:49 +0100 Subject: [PATCH] 15.0.x still supports PHP 7.0 Signed-off-by: Morris Jobke --- admin_manual/installation/system_requirements.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/admin_manual/installation/system_requirements.rst b/admin_manual/installation/system_requirements.rst index 9b5438776..c93f78c12 100644 --- a/admin_manual/installation/system_requirements.rst +++ b/admin_manual/installation/system_requirements.rst @@ -30,7 +30,8 @@ The Nextcloud server is not compatible with Windows and macOS. | Webserver | - **Apache 2.4 with** ``mod_php`` **or** ``php-fpm`` (recommended) | | | - nginx with ``php-fpm`` | +------------------+-----------------------------------------------------------------------+ -| PHP Runtime | - **7.1** | +| PHP Runtime | - **7.0** | +| | - **7.1** | | | - **7.2** | +------------------+-----------------------------------------------------------------------+