mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 16:50:55 -04:00
Add missing recommended modules gmp and bcmath
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
parent
4c34216305
commit
f13b2fb103
1 changed files with 2 additions and 0 deletions
|
|
@ -49,7 +49,9 @@ class PhpModules implements ISetupCheck {
|
|||
'zlib',
|
||||
];
|
||||
protected const RECOMMENDED_MODULES = [
|
||||
'bcmath',
|
||||
'exif',
|
||||
'gmp',
|
||||
'intl',
|
||||
'sodium',
|
||||
'sysvsem',
|
||||
|
|
|
|||
Loading…
Reference in a new issue