From e835fff4ba17f61791f006218c6616ce991c3eac Mon Sep 17 00:00:00 2001 From: George Liu Date: Fri, 4 Mar 2016 19:41:53 +1000 Subject: [PATCH] update installers for php 5.5.33 and 7.0.4 specific installation --- installer55.sh | 2 +- installer7.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/installer55.sh b/installer55.sh index cca80da33..778e365e1 100755 --- a/installer55.sh +++ b/installer55.sh @@ -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 diff --git a/installer7.sh b/installer7.sh index 0b996937e..2d6d911fe 100755 --- a/installer7.sh +++ b/installer7.sh @@ -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