aboutsummaryrefslogtreecommitdiffstats
path: root/install/INSTALL.txt
diff options
context:
space:
mode:
authorAlexandre Hannud Abdo <abdo@member.fsf.org>2015-05-19 16:46:15 +0000
committerAlexandre Hannud Abdo <abdo@member.fsf.org>2015-05-19 16:46:15 +0000
commit2c7b786907a4de4573562ada7785d455e678b214 (patch)
tree8bb538850a384a423733194bd8143276d5e84d72 /install/INSTALL.txt
parent5e87bd88432dfe3564b2de20c4d075ee45ed4275 (diff)
downloadvolse-hubzilla-2c7b786907a4de4573562ada7785d455e678b214.tar.gz
volse-hubzilla-2c7b786907a4de4573562ada7785d455e678b214.tar.bz2
volse-hubzilla-2c7b786907a4de4573562ada7785d455e678b214.zip
Document php-xml requirement for webdav.
Diffstat (limited to 'install/INSTALL.txt')
-rw-r--r--install/INSTALL.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/install/INSTALL.txt b/install/INSTALL.txt
index a00c3bca3..7c4209896 100644
--- a/install/INSTALL.txt
+++ b/install/INSTALL.txt
@@ -74,9 +74,11 @@ use SSL, your webserver must not listen on port 443 at all.
exec() and proc_open().
- curl, gd (with at least jpeg and png support), mysqli, mbstring, mcrypt,
- and openssl extensions. The imagick extension is not required but desirable.
+ and openssl extensions. The imagick extension is not required but desirable.
- - some form of email server or email gateway such that PHP mail() works
+ - xml extension is required if you want webdav to work.
+
+ - some form of email server or email gateway such that PHP mail() works.
- Mysql 5.x or MariaDB or postgres database server.