mirror of
https://github.com/grocy/grocy.git
synced 2026-04-05 12:26:15 +02:00
Extend Grocy REQUIRED_PHP_EXTENSIONS
After installing Grocy on FreeBSD, even with all extensions installed that are listed in REQUIRED_PHP_EXTENSIONS, Grocy still couldn't start. The added 3 PHP Extensions are also needed to run Grocy.
This commit is contained in:
parent
d871ed7b53
commit
a82ab47bd3
|
|
@ -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', 'filter', 'iconv', 'tokenizer'];
|
||||
const REQUIRED_SQLITE_VERSION = '3.9.0';
|
||||
|
||||
class PrerequisiteChecker
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user