From 0dc92cda8e3efe3b9c61052ef6ed06558cf98cbc Mon Sep 17 00:00:00 2001 From: tokul Date: Fri, 3 Jun 2005 17:41:40 +0000 Subject: [PATCH] mhash is used for string hashing. crypto functions unrelated to charsets. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9492 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- INSTALL | 27 +++++++++++++++++++-------- 1 file changed, 19 insertions(+), 8 deletions(-) diff --git a/INSTALL b/INSTALL index 9f5bfb23..00df5666 100644 --- a/INSTALL +++ b/INSTALL @@ -46,14 +46,25 @@ Each of these steps is covered in detail below. The PHP IMAP extension is NOT necessary at all (but won't harm)! Below is a list of optional PHP extensions: - --with-ldap Required for LDAP addressbooks - --with-mhash Will improve charset decoding if present - --with-mysql For MySQL storage of preferences or addressbooks - --with-openssl When you want to use encrypted IMAP connections (TLS) - - If you're going to use LDAP in the addressbook, you must compile PHP - with the LDAP extension. Include the MHASH extension to improve - performance in character set decoding. + --with-ldap + Required for LDAP addressbooks + + --with-pear and --with-mysql + For MySQL storage of preferences or addressbooks + + --with-openssl + Required for encrypted IMAP or SMTP connections (TLS) + + --with-mcrypt + Can be used by SquirrelSpell plugin for encryption of personal + dictionaries + + --with-iconv or --with-recode + Can be used by Eastern charset decoding functions + + --enable-mbstring + Required for Japanese translation. Optional for translations that + use non-ISO-8859-1 charset If you want your users to attach files to their mails, make sure File Uploads in php.ini is set to On. -- 2.25.1