From 5d3f96cc55170f368402796d873462056337526f Mon Sep 17 00:00:00 2001 From: Douglas Black Date: Mon, 20 Apr 2020 11:28:35 -0400 Subject: [PATCH] Add required iconv --- docs/installation/requirements.md | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/docs/installation/requirements.md b/docs/installation/requirements.md index a1beec2ed..cde01f0b7 100755 --- a/docs/installation/requirements.md +++ b/docs/installation/requirements.md @@ -64,6 +64,7 @@ Though the following are available in PHP by default, some hosts may have them d - [GD (or GD 2)](http://www.php.net/manual/en/ref.image.php) library - The [File Information (fileinfo)](http://php.net/manual/en/book.fileinfo.php) PHP extension +- [Iconv](https://www.php.net/manual/en/book.iconv.php) library NOTE: **Note:** If you're on MediaTemple you will need [to create a phprc file](http://wiki.dreamhost.com/PHP.ini#How_to_add_a_phprc_file) that contains the following: `extension = fileinfo.so` @@ -74,18 +75,6 @@ These are recommended, but not required. - The [Internationalization](http://php.net/manual/en/book.intl.php) extension, for full functionality of [variable modifiers](templates/variable-modifiers.md) - [Multibyte String](http://php.net/manual/en/mbstring.installation.php) handling -For full support of multibyte encodings, ask your web host or server admin to set `mbstring.func_overload` to `6` in your server configuration by editing `php.ini` as shown below: - - ; overload(replace) single byte functions by mbstring functions. - ; mail(), ereg(), etc are overloaded by mb_send_mail(), mb_ereg(), - ; etc. Possible values are 0,1,2,4 or combination of them. - ; For example, 7 for overload everything. - ; 0: No overload - ; 1: Overload mail() function - ; 2: Overload str*() functions - ; 4: Overload ereg*() functions - mbstring.func_overload = 6 - ### MySQL Privileges The MySQL user connecting to the database must have the following privileges: