doc: add explanation of php-json requirement
This commit is contained in:
parent
54b065c253
commit
3575fe5bcf
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ Version | Status | Shaarli compatibility
|
|||
Extension | Required? | Usage
|
||||
---|:---:|---
|
||||
[`openssl`](http://php.net/manual/en/book.openssl.php) | All | OpenSSL, HTTPS
|
||||
[`php-json`](http://php.net/manual/en/book.json.php) | required | ?
|
||||
[`php-json`](http://php.net/manual/en/book.json.php) | required | configuration parsing
|
||||
[`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`)
|
||||
|
|
Loading…
Reference in a new issue