Document php-xml requirement for webdav.

This commit is contained in:
Alexandre Hannud Abdo 2015-05-19 16:46:15 +00:00
parent 5e87bd8843
commit 2c7b786907

View File

@ -76,7 +76,9 @@ use SSL, your webserver must not listen on port 443 at all.
- curl, gd (with at least jpeg and png support), mysqli, mbstring, mcrypt,
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.