From: nodiscc Date: Mon, 1 Jun 2020 18:10:38 +0000 (+0200) Subject: doc: server configuration: php requirements: add php-simplexml X-Git-Tag: v0.12.0-beta-1~16^2~29 X-Git-Url: https://git.immae.eu/?p=github%2Fshaarli%2FShaarli.git;a=commitdiff_plain;h=dfe14f264bf97e412794e386183189cd7cbd765a doc: server configuration: php requirements: add php-simplexml ref. https://github.com/shaarli/Shaarli/pull/1476 --- diff --git a/doc/md/Server-configuration.md b/doc/md/Server-configuration.md index 6e21de91..3c207acc 100644 --- a/doc/md/Server-configuration.md +++ b/doc/md/Server-configuration.md @@ -44,8 +44,9 @@ Required PHP extensions: Extension | Required? | Usage ---|:---:|--- -[`openssl`](http://php.net/manual/en/book.openssl.php) | All | OpenSSL, HTTPS +[`openssl`](http://php.net/manual/en/book.openssl.php) | requires | OpenSSL, HTTPS [`php-json`](http://php.net/manual/en/book.json.php) | required | configuration parsing +[`php-simplexml`](https://www.php.net/manual/en/book.simplexml.php) | required | REST API (Slim framework) [`php-mbstring`](http://php.net/manual/en/book.mbstring.php) | CentOS, Fedora, RHEL, Windows, some hosting providers | multibyte (Unicode) string support [`php-gd`](http://php.net/manual/en/book.image.php) | optional | required to use thumbnails [`php-intl`](http://php.net/manual/en/book.intl.php) | optional | localized text sorting (e.g. `e->è->f`)