mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 09:39:57 +00:00
Added check for mbstring PHP extension (required by eluceo/ical, references #1603)
This commit is contained in:
parent
14bb04d285
commit
a323bca9ec
@ -4,7 +4,7 @@ class ERequirementNotMet extends Exception
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
const REQUIRED_PHP_EXTENSIONS = ['fileinfo', 'pdo_sqlite', 'gd', 'ctype', 'json', 'intl', 'zlib',
|
const REQUIRED_PHP_EXTENSIONS = ['fileinfo', 'pdo_sqlite', 'gd', 'ctype', 'json', 'intl', 'zlib', 'mbstring',
|
||||||
// These are core extensions, so normally can't be missing, but seems to be the case, however, on FreeBSD
|
// These are core extensions, so normally can't be missing, but seems to be the case, however, on FreeBSD
|
||||||
'filter', 'iconv', 'tokenizer'
|
'filter', 'iconv', 'tokenizer'
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user