1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-19 16:58:48 +02:00

Update PHP versions in install guide: Remove 5, Add 8.

Summary: Ref T15737. Ref T15554. Ref T15064. Ref T15047.

Test Plan: Generate diviner, read section.

Reviewers: O1 Blessed Committers, valerio.bozzolan

Reviewed By: O1 Blessed Committers, valerio.bozzolan

Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Maniphest Tasks: T15737, T15554, T15064, T15047

Differential Revision: https://we.phorge.it/D25537
This commit is contained in:
Aviv Eyal 2024-02-23 13:33:44 +02:00
parent 89a5d3132c
commit 7d8c84a7bd

View file

@ -80,10 +80,8 @@ 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 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.
- PHP 7 - 7.2 or newer.
- PHP 8 - 8.0 or newer.
- **git**: You need git 2.5.0 or newer on the server.
No particular version is needed on your clients.