Skip to content

Commit 0df7b96

Browse files
authored
Merge pull request #76 from dougblackjr/task/add-required-extension
Add required iconv
2 parents 8c0a756 + 5d3f96c commit 0df7b96

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

docs/installation/requirements.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ Though the following are available in PHP by default, some hosts may have them d
6464

6565
- [GD (or GD 2)](http://www.php.net/manual/en/ref.image.php) library
6666
- The [File Information (fileinfo)](http://php.net/manual/en/book.fileinfo.php) PHP extension
67+
- [Iconv](https://www.php.net/manual/en/book.iconv.php) library
6768

6869
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`
6970

@@ -74,18 +75,6 @@ These are recommended, but not required.
7475
- The [Internationalization](http://php.net/manual/en/book.intl.php) extension, for full functionality of [variable modifiers](templates/variable-modifiers.md)
7576
- [Multibyte String](http://php.net/manual/en/mbstring.installation.php) handling
7677

77-
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:
78-
79-
; overload(replace) single byte functions by mbstring functions.
80-
; mail(), ereg(), etc are overloaded by mb_send_mail(), mb_ereg(),
81-
; etc. Possible values are 0,1,2,4 or combination of them.
82-
; For example, 7 for overload everything.
83-
; 0: No overload
84-
; 1: Overload mail() function
85-
; 2: Overload str*() functions
86-
; 4: Overload ereg*() functions
87-
mbstring.func_overload = 6
88-
8978
### MySQL Privileges
9079

9180
The MySQL user connecting to the database must have the following privileges:

0 commit comments

Comments
 (0)