Skip to content
Snippets Groups Projects
Commit 2085e1a5 authored by Thijs Kinkhorst's avatar Thijs Kinkhorst
Browse files

Document intl as a required extension

parent 7aa2d1cf
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ Prerequisites
* A web server capable of executing PHP scripts.
* PHP version >= 7.2.0.
* Support for the following PHP extensions:
* Always required: `date`, `dom`, `hash`, `libxml`, `openssl`, `pcre`, `SPL`, `zlib`, `json`, `mbstring`
* Always required: `date`, `dom`, `hash`, `intl`, `json`, `libxml`, `mbstring`, `openssl`, `pcre`, `SPL`, `zlib`
* When automatically checking for latest versions, and used by some modules: `cURL`
* When authenticating against an LDAP server: `ldap`
* When authenticating against a RADIUS server: `radius`
......
......@@ -238,6 +238,12 @@ class Config
'required' => Translate::noop('Regular expression support'),
]
],
'intl_get_error_code' => [
'required' => 'required',
'descr' => [
'required' => Translate::noop('PHP intl extension'),
]
],
'json_decode' => [
'required' => 'required',
'descr' => [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment