aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--install/INSTALL.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/install/INSTALL.txt b/install/INSTALL.txt
index c39c8ad8b..421656023 100644
--- a/install/INSTALL.txt
+++ b/install/INSTALL.txt
@@ -89,9 +89,10 @@ web server platforms.
php.ini file - and with no hosting provider restrictions on the use of
exec() and proc_open().
- - curl, gd (with at least jpeg and png support), mysqli, mbstring, xml, zip
- and openssl extensions. The imagick extension MAY be used instead of gd,
- but is not required and MAY also be disabled via configuration option.
+ - curl, gd (with at least jpeg and png support), mysqli, mbstring, xml,
+ xmlreader (FreeBSD), zip and openssl extensions. The imagick extension MAY be used
+ instead of gd, but is not required and MAY also be disabled via
+ configuration option.
- some form of email server or email gateway such that PHP mail() works.