diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2008-11-24 13:30:54 -0500 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2008-11-24 13:30:54 -0500 |
commit | 864aad7b83df0a4e78a96286f412402ee2d0b49b (patch) | |
tree | 37e555988e3fed552170349d35b4eeb667c57f3b /README | |
parent | 138b1b27670a0d2db358b787485ed9a17c626822 (diff) |
add gettext as a prereq
darcs-hash:20081124183054-5ed1f-653824bb6345aecfe5dbc6d3e3b8ad0df9194b42.gz
Diffstat (limited to 'README')
-rw-r--r-- | README | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -126,6 +126,7 @@ Your PHP installation must include the following PHP extensions: - MySQL. For accessing the database. - GD. For scaling down avatar images. - mbstring. For handling Unicode (UTF-8) encoded strings. +- gettext. For multiple languages. Default on many PHP installs. For some functionality, you will also need the following extensions: |