Skip to content

Commit

Permalink
update installer-latest.sh & installer7.sh for PHP 7.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
centminmod committed Apr 13, 2017
1 parent c51668d commit 14f47f2
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 @@ -990,7 +990,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.17'|" centmin.sh
sed -i "s|^PHP_VERSION='.*'|PHP_VERSION='7.0.18'|" 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 @@ -988,7 +988,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.17'|" centmin.sh
sed -i "s|^PHP_VERSION='.*'|PHP_VERSION='7.0.18'|" 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 @@ -984,7 +984,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.17'|" centmin.sh
sed -i "s|^PHP_VERSION='.*'|PHP_VERSION='7.0.18'|" 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 @@ -984,7 +984,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.17'|" centmin.sh
sed -i "s|^PHP_VERSION='.*'|PHP_VERSION='7.0.18'|" centmin.sh
sed -i "s|ZOPCACHEDFT='n'|ZOPCACHEDFT='y'|" centmin.sh

# disable axivo yum repo
Expand Down

0 comments on commit 14f47f2

Please sign in to comment.