From cc2fd51dce1f298c1b73cc39c76575d31c18a7d3 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 14 Feb 2017 19:03:36 +0100 Subject: [PATCH] Add dependency --- setup/server.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup/server.md b/setup/server.md index f36c876..03c5a86 100644 --- a/setup/server.md +++ b/setup/server.md @@ -14,7 +14,7 @@ Make sure you have a web server installed such as `Apache` or `Nginx`. If not in ### Database -Make sure you have a database installed such as `MySQL` or `Postgresql`. If not install one through your package manager. Google for `How to install mysql on XYZ` +Make sure you have a database installed such as `MySQL` or `Postgresql` and the corresponding drivers and php modules. If not install one through your package manager. Google for `How to install mysql on XYZ` ### Php @@ -27,6 +27,7 @@ Modules for php that may be required depending on your use case are: * Socket * Curl * Imap +* bcmath Some of these modules are already provided and only need to be activated in your `php.ini` file.