diff options
author | mike <zoxal@pm.me> | 2019-03-02 09:21:59 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2019-03-02 15:37:47 +0100 |
commit | 337dfd5ee4618c803d7a8d52d92d3adbceaca500 (patch) | |
tree | be008fc37ad4bf37fd00071980f9803839999141 | |
parent | e37c9ed0a1b75cbb74a5f5c01f5ce89bcc96a56f (diff) | |
download | volse-hubzilla-337dfd5ee4618c803d7a8d52d92d3adbceaca500.tar.gz volse-hubzilla-337dfd5ee4618c803d7a8d52d92d3adbceaca500.tar.bz2 volse-hubzilla-337dfd5ee4618c803d7a8d52d92d3adbceaca500.zip |
Mention php-zip module dependency in administrator guide
(cherry picked from commit 747ce9b1f15d3f656ed8ca816c1790c351decec9)
-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. |