diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-05-19 17:17:04 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-05-19 17:17:04 -0700 |
commit | e54198e5b8c0534a9021f4a494cf6fa504fc72ac (patch) | |
tree | a8fca2cd5cf79fec2979a9386cd29ca511af679f /install/INSTALL.txt | |
parent | d84c2835cd3a75a471ccd7c307e36421d8670064 (diff) | |
parent | 9485e917c61c244fac1ab5bb6fe760645e12dcfb (diff) | |
download | volse-hubzilla-e54198e5b8c0534a9021f4a494cf6fa504fc72ac.tar.gz volse-hubzilla-e54198e5b8c0534a9021f4a494cf6fa504fc72ac.tar.bz2 volse-hubzilla-e54198e5b8c0534a9021f4a494cf6fa504fc72ac.zip |
Merge https://github.com/redmatrix/redmatrix into pending_merge
Diffstat (limited to 'install/INSTALL.txt')
-rw-r--r-- | install/INSTALL.txt | 6 |
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. |