aboutsummaryrefslogtreecommitdiffstats
path: root/install/INSTALL.txt
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2018-08-08 09:07:26 +0200
committerMario <mario@mariovavti.com>2018-08-08 09:07:26 +0200
commitce2216f54420e90736f2d740d22c27ad41cbe806 (patch)
treed08b778eeedec171937dbfedb6d0d7c028981e8a /install/INSTALL.txt
parent238551b02459ab976f4be8683c1b73306770f719 (diff)
parent0d48cb959fc4927ac63587f57b71252a956db61e (diff)
downloadvolse-hubzilla-ce2216f54420e90736f2d740d22c27ad41cbe806.tar.gz
volse-hubzilla-ce2216f54420e90736f2d740d22c27ad41cbe806.tar.bz2
volse-hubzilla-ce2216f54420e90736f2d740d22c27ad41cbe806.zip
Merge branch 'patch-15' into 'dev'
Add XMLreader in PHP requirements See merge request hubzilla/core!1252
Diffstat (limited to 'install/INSTALL.txt')
-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..3671d95ac 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, 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.