From 8fbdb4b9ac7f7ff9da8c7152a7ec1fad1116260e Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Wed, 18 Feb 2015 00:28:45 +0100 Subject: [PATCH] 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... --- INSTALL | 1 + 1 file changed, 1 insertion(+) 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. -- 2.39.5