Add php iconv

This commit is contained in:
FusionPBX 2020-06-20 11:06:27 -06:00 committed by GitHub
parent 9185b58289
commit 826e9e9532
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ if [ ."$php_version" = ."7.1" ]; then
fi
if [ ."$php_version" = ."7.2" ]; then
pkg install --yes php72 php72-phar php72-pdo php72-pdo_odbc php72-pdo_sqlite php72-json php72-gd php72-imap
pkg install --yes php72-ldap php72-openssl php72-sockets php72-simplexml php72-xml php72-session
pkg install --yes php72-ldap php72-openssl php72-sockets php72-simplexml php72-xml php72-session php72-iconv
if [ ."$database_version" = ."9.5" ]; then
pkg install --yes postgresql95-client
pkg install --yes php72-pdo_pgsql php72-pgsql
@ -66,7 +66,7 @@ if [ ."$php_version" = ."7.2" ]; then
fi
if [ ."$php_version" = ."7.3" ]; then
pkg install --yes php73 php73-phar php73-pdo php73-pdo_odbc php73-pdo_sqlite php73-json php73-gd php73-imap
pkg install --yes php73-ldap php73-openssl php73-sockets php73-simplexml php73-xml php73-session
pkg install --yes php73-ldap php73-openssl php73-sockets php73-simplexml php73-xml php73-session php73-iconv
if [ ."$database_version" = ."11" ]; then
pkg install --yes postgresql11-client
pkg install --yes php73-pdo_pgsql php73-pgsql