add php-opcache

This commit is contained in:
岳松
2016-08-24 13:25:13 +08:00
parent 41774d893f
commit 689471fea0

View File

@@ -53,7 +53,7 @@ sudo yum install -y nginx
# Install PHP
echo "Installing PHP..."
sudo yum install -y --enablerepo=remi,remi-php70 php-gd php-fpm php-cli php-pdo php-xml php-json php-soap php-common php-mcrypt php-mysqlnd php-mbstring php-pecl-zip
sudo yum install -y --enablerepo=remi,remi-php70 php-gd php-fpm php-cli php-pdo php-xml php-json php-soap php-common php-mcrypt php-mysqlnd php-mbstring php-pecl-zip php-opcache
# Install Composer
echo "Installing Composer globally..."