Update php.sh

This commit is contained in:
FusionPBX 2018-05-22 22:20:52 -07:00 committed by GitHub
parent b89efb0a1a
commit 9a8ddbe4fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,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-mcrypt 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
if [ ."$database_version" = ."9.5" ]; then
pkg install --yes postgresql95-client
pkg install --yes php72-pdo_pgsql php72-pgsql