1
0
Fork 0

mbstring is now required

This commit is contained in:
Friendika 2011-06-04 15:34:28 -07:00
commit 05e06889b3
2 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,7 @@ exchange conversations
encryption support
- PHP *command line* access with register_argc_argv set to true in the
php.ini file
- curl, gd, mysql, and openssl extensions
- curl, gd, mysql, mbstring, and openssl extensions
- some form of email server or email gateway such that PHP mail() works
- mcrypt (optional; used for end-to-end message encryption)