aboutsummaryrefslogtreecommitdiffstats
path: root/install/INSTALL.txt
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-05-20 10:14:35 +1000
committerredmatrix <redmatrix@redmatrix.me>2015-05-20 10:14:35 +1000
commit9485e917c61c244fac1ab5bb6fe760645e12dcfb (patch)
treee94b58a5f728a555912ec8d9fd3dd8c460095e64 /install/INSTALL.txt
parent3471e98989866b47a5f5b7fe24bbfb2862f91379 (diff)
parenta2696bea19baa689c96a138365b0145dec906dd6 (diff)
downloadvolse-hubzilla-9485e917c61c244fac1ab5bb6fe760645e12dcfb.tar.gz
volse-hubzilla-9485e917c61c244fac1ab5bb6fe760645e12dcfb.tar.bz2
volse-hubzilla-9485e917c61c244fac1ab5bb6fe760645e12dcfb.zip
Merge pull request #327 from solstag/help
Document php-xml requirement for webdav and widget creation.
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.