Add better multi-byte character support - New dependency: mbstring extension

This commit is contained in:
Daniel Winzen
2016-09-06 19:54:16 +02:00
parent 22f7fb82a4
commit 219d30f8b3
4 changed files with 141 additions and 50 deletions

2
README
View File

@ -35,7 +35,7 @@ And more
INSTALLATION INSTRUCTIONS:
You'll need to have php with pdo, pcre and date extension and a web-server installed.
You'll need to have php with 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