File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,11 @@ sudo apt-get install -y php7.2 php7.2-common php7.2-cli > /dev/null
3636echo " * Installing PHP 7.2 extensions..."
3737sudo 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
3944echo " * Installing additional PHP extensions..."
4045sudo apt-get install -y php-memcache php-memcached > /dev/null
4146
You can’t perform that action at this time.
0 commit comments