From 7fcc9b8e9770e3065d3dc72dcaff54eeb43021ed Mon Sep 17 00:00:00 2001 From: Raymond Hackley Date: Tue, 6 May 2025 10:33:37 +0000 Subject: [PATCH] README.md: add required php modules for installation Fix the following errors: Unable to run Grocy: PHP module 'iconv' not installed, but required. Unable to run Grocy: PHP module 'tokenizer' not installed, but required. --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ae61efc3..44458331 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,16 @@ See the website for more installation guides and troubleshooting help. → [h ### Platform support - PHP 8.2 or 8.3 (with SQLite 3.34.0+) - - Required PHP extensions: `fileinfo`, `pdo_sqlite`, `gd`, `ctype`, `intl`, `zlib`, `mbstring` + - Required PHP extensions: + - `ctype` + - `fileinfo` + - `gd` + - `iconv` + - `intl` + - `mbstring` + - `pdo_sqlite` + - `tokenizer` + - `zlib` - _Recommendation: Benchmark tests showed that e.g. unit conversion handling is up to 5 times faster when using a more recent (3.39.4+) SQLite version._ - Recent Firefox, Chrome or Edge