Skip to content

Commit

Permalink
update installer7 and installer-latest for php 7.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
centminmod committed Feb 16, 2017
1 parent 7ae4e3a commit e23320c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion installer-latest-gitlab.sh
Expand Up @@ -668,7 +668,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.15'|" centmin.sh
sed -i "s|^PHP_VERSION='.*'|PHP_VERSION='7.0.16'|" centmin.sh
sed -i "s|ZOPCACHEDFT='n'|ZOPCACHEDFT='y'|" centmin.sh

# disable axivo yum repo
Expand Down
2 changes: 1 addition & 1 deletion installer-latest.sh
Expand Up @@ -666,7 +666,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.15'|" centmin.sh
sed -i "s|^PHP_VERSION='.*'|PHP_VERSION='7.0.16'|" centmin.sh
sed -i "s|ZOPCACHEDFT='n'|ZOPCACHEDFT='y'|" centmin.sh

# disable axivo yum repo
Expand Down
2 changes: 1 addition & 1 deletion installer7-gitlab.sh
Expand Up @@ -662,7 +662,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.15'|" centmin.sh
sed -i "s|^PHP_VERSION='.*'|PHP_VERSION='7.0.16'|" 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 @@ -662,7 +662,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.15'|" centmin.sh
sed -i "s|^PHP_VERSION='.*'|PHP_VERSION='7.0.16'|" centmin.sh
sed -i "s|ZOPCACHEDFT='n'|ZOPCACHEDFT='y'|" centmin.sh

# disable axivo yum repo
Expand Down

0 comments on commit e23320c

Please sign in to comment.