diff options
author | Mario <mario@mariovavti.com> | 2019-03-02 15:01:50 +0100 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2019-03-02 15:01:50 +0100 |
commit | 8a0a0aef5c4e827592848ea3d82891f9f735b9e0 (patch) | |
tree | 286e3942839a0be0d1d38c13cd1fba5b55127f41 | |
parent | 4750e15c20ffde5070c09b632e351da2f9281a83 (diff) | |
parent | 747ce9b1f15d3f656ed8ca816c1790c351decec9 (diff) | |
download | volse-hubzilla-8a0a0aef5c4e827592848ea3d82891f9f735b9e0.tar.gz volse-hubzilla-8a0a0aef5c4e827592848ea3d82891f9f735b9e0.tar.bz2 volse-hubzilla-8a0a0aef5c4e827592848ea3d82891f9f735b9e0.zip |
Merge branch 'dev' into 'dev'
Mention php-zip module dependency in administrator guide
See merge request hubzilla/core!1537
-rw-r--r-- | doc/admin/administrator_guide.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/admin/administrator_guide.md b/doc/admin/administrator_guide.md index 5f1d40428..2b1c84180 100644 --- a/doc/admin/administrator_guide.md +++ b/doc/admin/administrator_guide.md @@ -95,7 +95,7 @@ PHP might differ from the _webserver_ version 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, mcrypt, +* curl, gd (with at least jpeg and png support), mysqli, mbstring, mcrypt, zip, and openssl extensions. The imagick extension is not required but desirable. * xml extension is required if you want webdav to work. |