From df78d54e7460bb37722289eb81e2bb8315b6a1d0 Mon Sep 17 00:00:00 2001 From: Daniel Weise Date: Wed, 5 Feb 2020 11:01:24 +0100 Subject: [PATCH] Update install_php.sh --- install_php.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install_php.sh b/install_php.sh index 04cfb00..0c69fdd 100755 --- a/install_php.sh +++ b/install_php.sh @@ -31,6 +31,8 @@ do php"$version"-mbstring \ php"$version"-curl \ php"$version"-bz2 \ + php"$version"-soap \ + php"$version"-xmlrpc \ > /dev/null 2>&1 echo "Make webdir /var/www/php$short ..."