1
0
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:
FreeScout 2022-09-16 06:21:09 -07:00
parent 3ba5b6b727
commit 9dbc09cccd
2 changed files with 2 additions and 1 deletions

View File

@ -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'*/],
/*
|--------------------------------------------------------------------------

View File

@ -36,6 +36,7 @@ return [
'GD',
'fileinfo',
'ZIP',
'iconv',
//'cURL',
],
// 'apache' => [