From 1df8c00a9cfd2e70aa4e9788aa69ee9be85e6151 Mon Sep 17 00:00:00 2001 From: Daniel Winzen Date: Fri, 20 Jan 2023 22:23:18 +0100 Subject: [PATCH] Add note about intl and gettext as required modules --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a1df7b..19b7fe3 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Features: Installation Instructions: -------------------------- -You'll need to have php with pdo, pcre, mbstring and date extension, and a web-server installed. +You'll need to have php with intl, gettext, pdo, pcre, mbstring and date extension, and a web-server installed. You will also need the pdo_sqlite, pdo_mysql or pdo_pgsql extension, depending on which database you choose. Optionally, you can install: - the gd extension for the captcha feature