Skip to content

Commit

Permalink
update installers PHP 7.1.14 & 7.2.2 defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
centminmod committed Feb 3, 2018
1 parent 22ca50d commit b34b9fb
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
Original file line number Diff line number Diff line change
Expand Up @@ -1104,7 +1104,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.13'|" centmin.sh
sed -i "s|^PHP_VERSION='.*'|PHP_VERSION='7.1.14'|" 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
Original file line number Diff line number Diff line change
Expand Up @@ -1102,7 +1102,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.13'|" centmin.sh
sed -i "s|^PHP_VERSION='.*'|PHP_VERSION='7.1.14'|" 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
Original file line number Diff line number Diff line change
Expand Up @@ -1098,7 +1098,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.13'|" centmin.sh
sed -i "s|^PHP_VERSION='.*'|PHP_VERSION='7.1.14'|" 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
Original file line number Diff line number Diff line change
Expand Up @@ -1098,7 +1098,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.13'|" centmin.sh
sed -i "s|^PHP_VERSION='.*'|PHP_VERSION='7.1.14'|" centmin.sh
sed -i "s|ZOPCACHEDFT='n'|ZOPCACHEDFT='y'|" centmin.sh

# disable axivo yum repo
Expand Down
2 changes: 1 addition & 1 deletion installer72-gitlab.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1098,7 +1098,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.2.1'|" centmin.sh
sed -i "s|^PHP_VERSION='.*'|PHP_VERSION='7.2.2'|" centmin.sh
sed -i "s|ZOPCACHEDFT='n'|ZOPCACHEDFT='y'|" centmin.sh

# disable axivo yum repo
Expand Down
2 changes: 1 addition & 1 deletion installer72.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1098,7 +1098,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.2.1'|" centmin.sh
sed -i "s|^PHP_VERSION='.*'|PHP_VERSION='7.2.2'|" centmin.sh
sed -i "s|ZOPCACHEDFT='n'|ZOPCACHEDFT='y'|" centmin.sh

# disable axivo yum repo
Expand Down

0 comments on commit b34b9fb

Please sign in to comment.