From 9a8ddbe4facffd134fe4dbcd366efb25dc348056 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 22 May 2018 22:20:52 -0700 Subject: [PATCH] Update php.sh --- freebsd/resources/php.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freebsd/resources/php.sh b/freebsd/resources/php.sh index e0e00ec..3f07c29 100755 --- a/freebsd/resources/php.sh +++ b/freebsd/resources/php.sh @@ -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