Fix linux bugs

This commit is contained in:
Dennis Eichhorn 2017-11-07 18:55:48 +01:00
parent 3b562e3f27
commit c8faac1c8e

View File

@ -20,7 +20,7 @@ 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` 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`
Modules for php that may be required depending on your use case are: Extensions for php that may be required depending on your use case are:
* Memcache * Memcache
* Sqlite * Sqlite
@ -28,6 +28,8 @@ Modules for php that may be required depending on your use case are:
* Curl * Curl
* Imap * Imap
* bcmath * bcmath
* zip
* mbstring
Some of these modules are already provided and only need to be activated in your `php.ini` file. Some of these modules are already provided and only need to be activated in your `php.ini` file.