Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2017-09-05 09:33:40 +0300
committerAleksander Machniak <alec@alec.pl>2017-09-05 09:33:40 +0300
commitb1a3d46f892fe9906df7fd3dff52ca432e444e5d (patch)
treef9c850f2a872b0340da7884642aed152b5f46ec0 /INSTALL
parente3d75663ece60e5846d435001b78c584f2b4628a (diff)
Fix bug where pink image was used instead of a thumbnail when image resize fails (#5933)
Note GD and Imagick in INSTALL file and optional installer checks.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL1
1 files changed, 1 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 77e5a0eab..e98a62350 100644
--- a/INSTALL
+++ b/INSTALL
@@ -16,6 +16,7 @@ REQUIREMENTS
- PHP PDO with driver for either MySQL, PostgreSQL, SQL Server, Oracle or SQLite (required)
- Iconv, Zip, Fileinfo, Intl, Exif (recommended)
- LDAP for LDAP addressbook support (optional)
+ - GD, Imagick (optional thumbnails generation, QR-code)
* PEAR and PEAR packages distributed with Roundcube or external:
- Mail_Mime 1.10.0 or newer
- Net_SMTP 1.7.1 or newer