Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d105469

Browse files
committed
Added the installation php 7.1 and dependencies
1 parent d43975d commit d105469

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

‎setup.sh‎

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,13 @@ echo "* Installing PHP 7.0..."
2222
sudo apt-get install -y php7.0 php7.0-common php7.0-cli > /dev/null
2323

2424
echo "* Installing PHP 7.0 extensions..."
25-
sudo apt-get install -y php7.0-gd php7.0-mysql php7.0-sqlite php7.0-soap php7.0-xsl php7.0-json php7.0-opcache php7.0-mbstring php7.0-readline php7.0-curl php7.0-mcrypt php7.0-xml php7.0-zip > /dev/null
25+
sudo apt-get install -y php7.0-gd php7.0-mysql php7.0-sqlite3 php7.0-soap php7.0-xsl php7.0-json php7.0-opcache php7.0-mbstring php7.0-readline php7.0-curl php7.0-mcrypt php7.0-xml php7.0-zip > /dev/null
26+
27+
echo "* Installing PHP 7.1..."
28+
sudo apt-get install -y php7.1 php7.1-common php7.1-cli > /dev/null
29+
30+
echo "* Installing PHP 7.1 extensions..."
31+
sudo apt-get install -y php7.1-gd php7.0-mysql php7.1-sqlite3 php7.1-soap php7.1-xsl php7.1-json php7.1-opcache php7.1-mbstring php7.1-readline php7.1-curl php7.1-mcrypt php7.1-xml php7.1-zip > /dev/null
2632

2733
echo "* Installing additional PHP extensions..."
2834
sudo apt-get install -y php-memcache php-memcached > /dev/null

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /