From f30fc8b601b775473b6fe40fa28537ea24343ffa Mon Sep 17 00:00:00 2001 From: Takios Date: Sun, 3 Jan 2021 23:36:07 +0100 Subject: [PATCH] Add zlib extension to requirements --- INSTALL.md | 1 + 1 file changed, 1 insertion(+) diff --git a/INSTALL.md b/INSTALL.md index 93a12843..47af8b41 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -21,6 +21,7 @@ options](#configuration) to adjust as you see fit. Mcrypt needs to be able to access `/dev/urandom`. This means if `open_basedir` is set, it must include this file. - GD extension +- zlib extension - some disk space or (optionally) a database supported by [PDO](https://secure.php.net/manual/book.pdo.php) - ability to create files and folders in the installation directory and the PATH defined in index.php - A web browser with javascript support