Skip to content

Commit

Permalink
update installers for php 5.5.33 and 7.0.4 specific installation
Browse files Browse the repository at this point in the history
  • Loading branch information
centminmod committed Mar 4, 2016
1 parent bcbdced commit e835fff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion installer55.sh
Expand Up @@ -169,7 +169,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='5.5.32'|" centmin.sh
sed -i "s|^PHP_VERSION='.*'|PHP_VERSION='5.5.33'|" 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 @@ -169,7 +169,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.3'|" centmin.sh
sed -i "s|^PHP_VERSION='.*'|PHP_VERSION='7.0.4'|" centmin.sh
sed -i "s|ZOPCACHEDFT='n'|ZOPCACHEDFT='y'|" centmin.sh

# disable axivo yum repo
Expand Down

0 comments on commit e835fff

Please sign in to comment.