From: Zach Copley Date: Tue, 23 Sep 2008 22:14:39 +0000 (-0400) Subject: README - Added mbstring to the list of required PHP5 extensions X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d5bb9bda0b6ea6c64679c56fe627d920d68bcdc0;p=quix0rs-gnu-social.git README - Added mbstring to the list of required PHP5 extensions darcs-hash:20080923221439-7b5ce-be8cfce3a34039bd665348a66812b3a3859a0561.gz --- diff --git a/README b/README index 103a4574e8..8b91a964b3 100644 --- a/README +++ b/README @@ -104,6 +104,7 @@ Your PHP installation must include the following PHP extensions: - XMLWriter. This is for formatting XML and HTML output. - MySQL. For accessing the database. - GD. For scaling down avatar images. +- mbstring. For handling Unicode (UTF-8) encoded strings. For some functionality, you will also need the following extensions: