forked from GNUsocial/gnu-social
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...
This commit is contained in:
parent
0deaf6c50c
commit
8fbdb4b9ac
1
INSTALL
1
INSTALL
@ -41,6 +41,7 @@ functional setup of GNU Social:
|
|||||||
- php5-curl Fetching files by HTTP.
|
- php5-curl Fetching files by HTTP.
|
||||||
- php5-gd Image manipulation (scaling).
|
- php5-gd Image manipulation (scaling).
|
||||||
- php5-gmp For Salmon signatures (part of OStatus).
|
- php5-gmp For Salmon signatures (part of OStatus).
|
||||||
|
- php5-intl Internationalization support (transliteration et al).
|
||||||
- php5-json For WebFinger lookups and more.
|
- php5-json For WebFinger lookups and more.
|
||||||
- php5-mysqlnd The native driver for PHP5 MariaDB connections. If you
|
- php5-mysqlnd The native driver for PHP5 MariaDB connections. If you
|
||||||
use MySQL, 'mysql' or 'mysqli' may work.
|
use MySQL, 'mysql' or 'mysqli' may work.
|
||||||
|
Loading…
Reference in New Issue
Block a user