From 3e01cc71c01bd8e49e2921d62905e6112f43c4ae 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 7aef1bc72..0828345f9 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** | | | - **7.3** | +------------------+-----------------------------------------------------------------------+