Skip to content

Commit

Permalink
update installer7.sh for PHP 7.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
centminmod committed Aug 31, 2016
1 parent 556228f commit 44d1277
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion installer7-gitlab.sh
Expand Up @@ -604,7 +604,7 @@ cd $INSTALLDIR
#sed -i "s|PHPREDIS='y'|PHPREDIS='n'|" centmin.sh

# switch from PHP 5.4.41 to 5.6.9 default with Zend Opcache
sed -i "s|^PHP_VERSION='.*'|PHP_VERSION='7.0.9'|" centmin.sh
sed -i "s|^PHP_VERSION='.*'|PHP_VERSION='7.0.10'|" centmin.sh
sed -i "s|ZOPCACHEDFT='n'|ZOPCACHEDFT='y'|" centmin.sh

# disable axivo yum repo
Expand Down
2 changes: 1 addition & 1 deletion installer7.sh
Expand Up @@ -604,7 +604,7 @@ cd $INSTALLDIR
#sed -i "s|PHPREDIS='y'|PHPREDIS='n'|" centmin.sh

# switch from PHP 5.4.41 to 5.6.9 default with Zend Opcache
sed -i "s|^PHP_VERSION='.*'|PHP_VERSION='7.0.9'|" centmin.sh
sed -i "s|^PHP_VERSION='.*'|PHP_VERSION='7.0.10'|" centmin.sh
sed -i "s|ZOPCACHEDFT='n'|ZOPCACHEDFT='y'|" centmin.sh

# disable axivo yum repo
Expand Down

0 comments on commit 44d1277

Please sign in to comment.