File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -625,9 +625,9 @@ if [ "$multiphp" = 'yes' ]; then
625625fi
626626
627627if [ " $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 "
632632fi
633633
Original file line number Diff line number Diff line change @@ -601,9 +601,9 @@ if [ "$multiphp" = 'yes' ]; then
601601fi
602602
603603if [ " $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 "
608608fi
609609
You can’t perform that action at this time.
0 commit comments