Add note about intl and gettext as required modules

This commit is contained in:
2023-01-20 22:23:18 +01:00
parent 66a4bc6b17
commit 1df8c00a9c

View File

@ -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