Skip to content

Commit

Permalink
PHP 5.6.34 default
Browse files Browse the repository at this point in the history
  • Loading branch information
centminmod committed Mar 2, 2018
1 parent 035a151 commit a61702e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion centmin.sh
Expand Up @@ -648,7 +648,7 @@ PHP_MEMCACHED='y' # memcached PHP extension
FFMPEGVER='0.6.0'
SUHOSINVER='0.9.38'
PHP_OVERWRITECONF='y' # whether to show the php upgrade prompt to overwrite php-fpm.conf
PHP_VERSION='5.6.33' # Use this version of PHP
PHP_VERSION='5.6.34' # Use this version of PHP
PHP_MIRRORURL='http://php.net'
PHPUPGRADE_MIRRORURL="$PHP_MIRRORURL"
XCACHE_VERSION='3.2.0' # Use this version of Xcache
Expand Down
2 changes: 1 addition & 1 deletion example/custom_config.inc
Expand Up @@ -299,7 +299,7 @@ PHP_MEMCACHE='y' # memcache PHP extension
PHP_MEMCACHED='y' # memcached PHP extension
FFMPEGVER='0.6.0'
SUHOSINVER='0.9.38'
PHP_VERSION='5.6.33' # Use this version of PHP
PHP_VERSION='5.6.34' # Use this version of PHP
PHP_MIRRORURL='http://php.net'
PHPUPGRADE_MIRRORURL="$PHP_MIRRORURL"
XCACHE_VERSION='3.2.0' # Use this version of Xcache
Expand Down
2 changes: 1 addition & 1 deletion installer56-gitlab.sh
Expand Up @@ -1129,7 +1129,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.6.33'|" centmin.sh
sed -i "s|^PHP_VERSION='.*'|PHP_VERSION='5.6.34'|" centmin.sh
sed -i "s|ZOPCACHEDFT='n'|ZOPCACHEDFT='y'|" centmin.sh

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

# disable axivo yum repo
Expand Down

0 comments on commit a61702e

Please sign in to comment.