Skip to content

Commit b2abc45

Browse files
committed
Added PHP 7.3 version.
1 parent a8b91e4 commit b2abc45

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

setup.sh

+5
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ sudo apt-get install -y php7.2 php7.2-common php7.2-cli > /dev/null
3636
echo "* Installing PHP 7.2 extensions..."
3737
sudo apt-get install -y php7.2-bz2 php7.2-curl php7.2-gd php7.2-json php7.2-mbstring php7.2-mysql php7.2-opcache php7.2-readline php7.2-soap php7.2-sqlite3 php7.2-sodium php7.2-tidy php7.2-xml php7.2-xsl php7.2-zip > /dev/null
3838

39+
echo "* Installing PHP 7.3..."
40+
sudo apt-get install -y php7.3 php7.3-common php7.3-cli > /dev/null
41+
42+
echo "* Installing PHP 7.3 extensions..."
43+
sudo apt-get install -y php7.3-bz2 php7.3-curl php7.3-gd php7.3-json php7.3-mbstring php7.3-mysql php7.3-opcache php7.3-readline php7.3-soap php7.3-sqlite3 php7.3-tidy php7.3-xml php7.3-xsl php7.3-zip > /dev/null
3944
echo "* Installing additional PHP extensions..."
4045
sudo apt-get install -y php-memcache php-memcached > /dev/null
4146

0 commit comments

Comments
 (0)