From: Mikael Nordfeldth Date: Tue, 17 Feb 2015 23:28:45 +0000 (+0100) Subject: New dependency: php5-intl X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8fbdb4b9ac7f7ff9da8c7152a7ec1fad1116260e;p=quix0rs-gnu-social.git New dependency: php5-intl Internationalization support is required for transliteration, which is currently used when creating the slugs for hashtags and such. It is a much more stable and efficient solution than having an unmaintainable list of unciode characters in an array... --- diff --git a/INSTALL b/INSTALL index 0483320a78..fff63681be 100644 --- a/INSTALL +++ b/INSTALL @@ -41,6 +41,7 @@ functional setup of GNU Social: - php5-curl Fetching files by HTTP. - php5-gd Image manipulation (scaling). - php5-gmp For Salmon signatures (part of OStatus). +- php5-intl Internationalization support (transliteration et al). - php5-json For WebFinger lookups and more. - php5-mysqlnd The native driver for PHP5 MariaDB connections. If you use MySQL, 'mysql' or 'mysqli' may work.