]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
New dependency: php5-intl
authorMikael Nordfeldth <mmn@hethane.se>
Tue, 17 Feb 2015 23:28:45 +0000 (00:28 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Tue, 17 Feb 2015 23:28:45 +0000 (00:28 +0100)
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

diff --git a/INSTALL b/INSTALL
index 0483320a78bc08795afbde082346043a583d37a9..fff63681becfecd7f64530dc2e709d876f4f373f 100644 (file)
--- 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.