summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorZach Copley <zach@controlyourself.ca>2008-09-23 18:14:39 -0400
committerZach Copley <zach@controlyourself.ca>2008-09-23 18:14:39 -0400
commitd5bb9bda0b6ea6c64679c56fe627d920d68bcdc0 (patch)
treecdb73af8dfb5aa237188450d1f85f90f049b4479 /README
parent6548c6cd1835006fed67a4d1f944094b436feb14 (diff)
README - Added mbstring to the list of required PHP5 extensions
darcs-hash:20080923221439-7b5ce-be8cfce3a34039bd665348a66812b3a3859a0561.gz
Diffstat (limited to 'README')
-rw-r--r--README1
1 files changed, 1 insertions, 0 deletions
diff --git a/README b/README
index 103a4574e..8b91a964b 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: