Skip to content

Commit

Permalink
update installer7.sh, installer71.sh and installer-latest.sh
Browse files Browse the repository at this point in the history
- php 7.0.23 and 7.1.9 defaults
  • Loading branch information
centminmod committed Aug 31, 2017
1 parent ee39f0e commit 2f9f35a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion installer-latest-gitlab.sh
Expand Up @@ -1084,7 +1084,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.22'|" centmin.sh
sed -i "s|^PHP_VERSION='.*'|PHP_VERSION='7.1.9'|" 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 @@ -1082,7 +1082,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.22'|" centmin.sh
sed -i "s|^PHP_VERSION='.*'|PHP_VERSION='7.1.9'|" 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 @@ -1078,7 +1078,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.22'|" centmin.sh
sed -i "s|^PHP_VERSION='.*'|PHP_VERSION='7.0.23'|" 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 @@ -1078,7 +1078,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.22'|" centmin.sh
sed -i "s|^PHP_VERSION='.*'|PHP_VERSION='7.0.23'|" centmin.sh
sed -i "s|ZOPCACHEDFT='n'|ZOPCACHEDFT='y'|" centmin.sh

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

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

# disable axivo yum repo
Expand Down

0 comments on commit 2f9f35a

Please sign in to comment.