]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
doc: server configuration: php requirements: add php-simplexml
authornodiscc <nodiscc@gmail.com>
Mon, 1 Jun 2020 18:10:38 +0000 (20:10 +0200)
committernodiscc <nodiscc@gmail.com>
Sat, 12 Sep 2020 12:31:45 +0000 (14:31 +0200)
ref. https://github.com/shaarli/Shaarli/pull/1476

doc/md/Server-configuration.md

index 6e21de91d4e5c56924fe34acc840c1a242e85cef..3c207acc4f258acd71176bce6069bcf8c5538005 100644 (file)
@@ -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`)