From dc720967b6112219570db3a4600f3fbba64e36be Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 12 Jul 2018 20:01:14 +0200 Subject: [PATCH] Add extension/server requirements for devs --- setup/installation.md | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/setup/installation.md b/setup/installation.md index b4065cd..01f27d5 100644 --- a/setup/installation.md +++ b/setup/installation.md @@ -6,17 +6,27 @@ Installing the application as a developer can be achived by following one of the * PHP >= 7.2 * PDO PHP Extension +* mbstring +* database such as mysql ### Recommended Extensions -* Memcache +The following extensions are recommended for tests and in some cases required by the build tools + +* ast +* memcache * Sqlite -* Socket -* Curl -* Imap +* socket +* curl +* imap * bcmath * zip -* mbstring +* php*-dev +* dom +* xml +* phar +* opcache +* gd / gd2 ## Linux Shell Script