mirror of
https://github.com/freescout-helpdesk/freescout.git
synced 2024-11-24 03:12:46 +01:00
Add iconv to the list of required extensions - closes #2236
This commit is contained in:
parent
3ba5b6b727
commit
9dbc09cccd
@ -200,7 +200,7 @@ return [
|
||||
| PHP extensions required by the app
|
||||
|-------------------------------------------------------------------------
|
||||
*/
|
||||
'required_extensions' => ['mysql / mysqli', 'mbstring', 'xml', 'imap', /*'mcrypt' mcrypt is deprecated*/ 'json', 'gd', 'fileinfo', 'openssl', 'zip', 'tokenizer', 'curl'/*, 'dom', 'xmlwriter', 'libxml', 'phar'*/],
|
||||
'required_extensions' => ['mysql / mysqli', 'mbstring', 'xml', 'imap', /*'mcrypt' mcrypt is deprecated*/ 'json', 'gd', 'fileinfo', 'openssl', 'zip', 'tokenizer', 'curl', 'iconv'/*, 'dom', 'xmlwriter', 'libxml', 'phar'*/],
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
@ -36,6 +36,7 @@ return [
|
||||
'GD',
|
||||
'fileinfo',
|
||||
'ZIP',
|
||||
'iconv',
|
||||
//'cURL',
|
||||
],
|
||||
// 'apache' => [
|
||||
|
Loading…
Reference in New Issue
Block a user