You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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`
69
70
@@ -74,18 +75,6 @@ These are recommended, but not required.
74
75
- The [Internationalization](http://php.net/manual/en/book.intl.php) extension, for full functionality of [variable modifiers](templates/variable-modifiers.md)
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
-
89
78
### MySQL Privileges
90
79
91
80
The MySQL user connecting to the database must have the following privileges:
0 commit comments