Update 02-Installation.md

PDF export has a dependency on PHP's *mbstring* library.
This commit is contained in:
Daniel 2017-03-14 13:57:41 +01:00 committed by GitHub
parent 73e24302c0
commit 3effe41fdb
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ thoroughly.
## <a id="installing-requirements"></a> Installing Requirements ## <a id="installing-requirements"></a> Installing Requirements
* A web server, e.g. Apache or nginx * A web server, e.g. Apache or nginx
* PHP >= 5.3.0 w/ gettext, intl and OpenSSL support * PHP >= 5.3.0 w/ gettext, intl, mbstring and OpenSSL support
* Default time zone configured for PHP in the php.ini file * Default time zone configured for PHP in the php.ini file
* LDAP PHP library when using Active Directory or LDAP for authentication * LDAP PHP library when using Active Directory or LDAP for authentication
* Icinga 1.x w/ IDO; Icinga 2.x w/ IDO feature enabled * Icinga 1.x w/ IDO; Icinga 2.x w/ IDO feature enabled