diff options
author | mike <zoxal@pm.me> | 2019-03-02 12:21:59 +0300 |
---|---|---|
committer | mike <zoxal@pm.me> | 2019-03-02 12:21:59 +0300 |
commit | 747ce9b1f15d3f656ed8ca816c1790c351decec9 (patch) | |
tree | 593abebdc64586899b116b947b7970ccc344cfe4 | |
parent | 7fa874d9ef5c5c552821a9df95880992f267349d (diff) | |
download | volse-hubzilla-747ce9b1f15d3f656ed8ca816c1790c351decec9.tar.gz volse-hubzilla-747ce9b1f15d3f656ed8ca816c1790c351decec9.tar.bz2 volse-hubzilla-747ce9b1f15d3f656ed8ca816c1790c351decec9.zip |
Mention php-zip module dependency in administrator guide
-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. |