@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+5 -2
+5 -2
src/docs/user/installation_guide.diviner
··· 79 79 80 80 - **MySQL**: You need MySQL. We strongly recommend MySQL 5.5 or newer. 81 81 You will need a server with multiple databases. 82 - - **PHP**: You need PHP 5.5 or newer. Note that PHP 8.1 and above are not 83 - fully supported. 82 + - **PHP**: You need a PHP engine: 83 + - PHP 5 - 5.5 or newer. 84 + - PHP 7 - 7.1 or newer. 85 + - PHP 8 - **Not yet supported**. We're working on it as fast as we can, 86 + and expect to support PHP 8 Real Soon Now. 84 87 - **git**: You need git 2.5.0 or newer on the server. 85 88 No particular version is needed on your clients. 86 89