aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authornodiscc <nodiscc@gmail.com>2020-06-01 20:10:38 +0200
committernodiscc <nodiscc@gmail.com>2020-09-12 14:31:45 +0200
commitdfe14f264bf97e412794e386183189cd7cbd765a (patch)
tree0d7c5ed26e7103755a6dd96e5822a607b2675a7e /doc
parent74c2ae408838fc075030ec6899accc0b9f270c91 (diff)
downloadShaarli-dfe14f264bf97e412794e386183189cd7cbd765a.tar.gz
Shaarli-dfe14f264bf97e412794e386183189cd7cbd765a.tar.zst
Shaarli-dfe14f264bf97e412794e386183189cd7cbd765a.zip
doc: server configuration: php requirements: add php-simplexml
ref. https://github.com/shaarli/Shaarli/pull/1476
Diffstat (limited to 'doc')
-rw-r--r--doc/md/Server-configuration.md3
1 files changed, 2 insertions, 1 deletions
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:
44 44
45Extension | Required? | Usage 45Extension | Required? | Usage
46---|:---:|--- 46---|:---:|---
47[`openssl`](http://php.net/manual/en/book.openssl.php) | All | OpenSSL, HTTPS 47[`openssl`](http://php.net/manual/en/book.openssl.php) | requires | OpenSSL, HTTPS
48[`php-json`](http://php.net/manual/en/book.json.php) | required | configuration parsing 48[`php-json`](http://php.net/manual/en/book.json.php) | required | configuration parsing
49[`php-simplexml`](https://www.php.net/manual/en/book.simplexml.php) | required | REST API (Slim framework)
49[`php-mbstring`](http://php.net/manual/en/book.mbstring.php) | CentOS, Fedora, RHEL, Windows, some hosting providers | multibyte (Unicode) string support 50[`php-mbstring`](http://php.net/manual/en/book.mbstring.php) | CentOS, Fedora, RHEL, Windows, some hosting providers | multibyte (Unicode) string support
50[`php-gd`](http://php.net/manual/en/book.image.php) | optional | required to use thumbnails 51[`php-gd`](http://php.net/manual/en/book.image.php) | optional | required to use thumbnails
51[`php-intl`](http://php.net/manual/en/book.intl.php) | optional | localized text sorting (e.g. `e->è->f`) 52[`php-intl`](http://php.net/manual/en/book.intl.php) | optional | localized text sorting (e.g. `e->è->f`)