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