Skip to content

Commit 3df8d4f

Browse files
committed
Add additional php7.3 packages for fpm.
1 parent 06332fc commit 3df8d4f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

install/hst-install-debian.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -625,9 +625,9 @@ if [ "$multiphp" = 'yes' ]; then
625625
fi
626626

627627
if [ "$phpfpm" = 'yes' ]; then
628-
fpm="php7.3-mbstring php7.3-bcmath php7.3-cli php7.3-curl php7.3-fpm
629-
php7.3-gd php7.3-intl php7.3-mysql php7.3-soap php7.3-xml
630-
php7.3-zip"
628+
fpm="php7.3 php7.3-common php7.3-bcmath php7.3-cli php7.3-curl php7.3-fpm
629+
php7.3-gd php7.3-intl php7.3-mysql php7.3-soap php7.3-xml php7.3-zip
630+
php7.3-mbstring php7.3-json"
631631
software="$software $fpm"
632632
fi
633633

install/hst-install-ubuntu.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -601,9 +601,9 @@ if [ "$multiphp" = 'yes' ]; then
601601
fi
602602

603603
if [ "$phpfpm" = 'yes' ]; then
604-
fpm="php7.3-mbstring php7.3-bcmath php7.3-cli php7.3-curl php7.3-fpm
605-
php7.3-gd php7.3-intl php7.3-mysql php7.3-soap php7.3-xml
606-
php7.3-zip"
604+
fpm="php7.3 php7.3-common php7.3-bcmath php7.3-cli php7.3-curl php7.3-fpm
605+
php7.3-gd php7.3-intl php7.3-mysql php7.3-soap php7.3-xml php7.3-zip
606+
php7.3-mbstring php7.3-json"
607607
software="$software $fpm"
608608
fi
609609

0 commit comments

Comments
 (0)