@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

Diviner: Installation guide: Remove some redundant extension details

Summary: We expect some level of skill.

Test Plan: `./bin/diviner generate` (I did not as it is a trivial change)

Reviewers: O1 Blessed Committers, avivey

Reviewed By: O1 Blessed Committers, avivey

Subscribers: avivey, tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Differential Revision: https://we.phorge.it/D26518

-2
-2
src/docs/user/installation_guide.diviner
··· 122 122 - MySQL Server (usually "mysqld" or "mysql-server" or "mariadb-server") 123 123 - PHP (usually "php") 124 124 - Required PHP extensions: mbstring, iconv, mysqli, curl, pcntl, posix 125 - (these might be something like "php-mysql" or "php-mysqlnd") 126 - (note that "php-posix" is usually included with "php-common" or "php-cli") 127 125 - Optional PHP extensions: gd, zip, opcache, apcu 128 126 129 127 If you already have LAMP setup, you've probably already got everything you need.