From 6c070e71b1aa4dfab8d9c761038f5f27c7f4ae14 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 18 Nov 2017 00:33:24 +0100 Subject: [PATCH] Improve documentation --- setup/server.md | 6 ++++++ setup/webapplication.md | 14 ++++++++++++-- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/setup/server.md b/setup/server.md index 74e2741..85412fd 100644 --- a/setup/server.md +++ b/setup/server.md @@ -20,6 +20,12 @@ Make sure you have a database installed such as `MySQL` or `Postgresql` and the The required php version is 7.1. Install php through your package manager, this may require you to add one additional repository to your package manager. Google for `How to install php 7.1 on XYZ` +#### Required Extensions + +* PDO PHP Extension + +#### Recommended Extensions + Extensions for php that may be required depending on your use case are: * Memcache diff --git a/setup/webapplication.md b/setup/webapplication.md index ecc86df..8d07864 100644 --- a/setup/webapplication.md +++ b/setup/webapplication.md @@ -4,5 +4,15 @@ * PHP >= 7.1 * PDO PHP Extension -* Mbstring PHP Extension -* MySQL, PostgreSQL, MicrosoftSQL or OracleSQL \ No newline at end of file +* MySQL, PostgreSQL, MicrosoftSQL or OracleSQL + +### Recommended Extensions + +* Memcache +* Sqlite +* Socket +* Curl +* Imap +* bcmath +* zip +* mbstring \ No newline at end of file