From 82e7f30a825d7043ca00cd6eed104050e2e9d577 Mon Sep 17 00:00:00 2001 From: Aviv Eyal Date: Thu, 25 May 2023 02:26:55 -0700 Subject: [PATCH] Update the supported PHP versions in the docs Summary: Refs T15064. Test Plan: Generated the doc locally, see that it says what I was planning for it to say. Reviewers: valerio.bozzolan, aklapper, O1 Blessed Committers Reviewed By: valerio.bozzolan, O1 Blessed Committers Subscribers: speck, tobiaswiese, Matthew, Cigaryno Maniphest Tasks: T15064 Differential Revision: https://we.phorge.it/D25245 --- src/docs/user/installation_guide.diviner | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/docs/user/installation_guide.diviner b/src/docs/user/installation_guide.diviner index 7306155917..edbc328336 100644 --- a/src/docs/user/installation_guide.diviner +++ b/src/docs/user/installation_guide.diviner @@ -79,8 +79,11 @@ You will also need: - **MySQL**: You need MySQL. We strongly recommend MySQL 5.5 or newer. You will need a server with multiple databases. - - **PHP**: You need PHP 5.5 or newer. Note that PHP 8.1 and above are not - fully supported. + - **PHP**: You need a PHP engine: + - PHP 5 - 5.5 or newer. + - PHP 7 - 7.1 or newer. + - PHP 8 - **Not yet supported**. We're working on it as fast as we can, + and expect to support PHP 8 Real Soon Now. - **git**: You need git 2.5.0 or newer on the server. No particular version is needed on your clients.