Skip to content

Commit

Permalink
update memcached server 1.4.28 & mongodb php extesnion 1.1.8 for 123.…
Browse files Browse the repository at this point in the history
  • Loading branch information
centminmod committed Jul 11, 2016
1 parent c3d16f9 commit 10500bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions centmin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ MAILPARSEPHP_VER='2.1.6' # https://pecl.php.net/package/mailparse
MAILPARSEPHP_COMPATVER='3.0.1' # For PHP 7
MEMCACHED_INSTALL='y' # Install Memcached
LIBEVENT_VERSION='2.0.22' # Use this version of Libevent
MEMCACHED_VERSION='1.4.27' # Use this version of Memcached server
MEMCACHED_VERSION='1.4.28' # Use this version of Memcached server
MEMCACHE_VERSION='3.0.8' # Use this version of Memcache
MEMCACHEDPHP_VER='2.2.0' # Memcached PHP extension not server
LIBMEMCACHED_YUM='y' # switch to YUM install instead of source compile
Expand All @@ -506,7 +506,7 @@ REDISPHP_VER='2.2.8' # redis PHP version for PHP <7.x
REDISPHPSEVEN_VER='3.0.0' # redis PHP version for PHP =>7.x
REDISPHP_GIT='n' # pull php 7 redis extension from git or pecl downloads
PHPMONGODB='n' # MongoDB PHP extension install
MONGODBPHP_VER='1.1.7' # MongoDB PHP version
MONGODBPHP_VER='1.1.8' # MongoDB PHP version
MONGODB_SASL='n' # SASL not working yet leave = n
PDOPGSQL_PHPVER='9.5' # pdo-pgsql PHP extension version for postgresql

Expand Down
4 changes: 2 additions & 2 deletions example/custom_config.inc
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ MAILPARSEPHP_VER='2.1.6' # https://pecl.php.net/package/mailparse
MAILPARSEPHP_COMPATVER='3.0.1' # For PHP 7
MEMCACHED_INSTALL='y' # Install Memcached
LIBEVENT_VERSION='2.0.22' # Use this version of Libevent
MEMCACHED_VERSION='1.4.27' # Use this version of Memcached server
MEMCACHED_VERSION='1.4.28' # Use this version of Memcached server
MEMCACHE_VERSION='3.0.8' # Use this version of Memcache
MEMCACHEDPHP_VER='2.2.0' # Memcached PHP extension not server
LIBMEMCACHED_YUM='y' # switch to YUM install instead of source compile
Expand All @@ -201,7 +201,7 @@ REDISPHP_VER='2.2.8' # redis PHP version
REDISPHPSEVEN_VER='3.0.0' # redis PHP version for PHP =>7.x
REDISPHP_GIT='n' # pull php 7 redis extension from git or pecl downloads
PHPMONGODB='n' # MongoDB PHP extension install
MONGODBPHP_VER='1.1.7' # MongoDB PHP version
MONGODBPHP_VER='1.1.8' # MongoDB PHP version
MONGODB_SASL='n' # SASL not working yet leave = n
PDOPGSQL_PHPVER='9.5' # pdo-pgsql PHP extension version for postgresql

Expand Down

0 comments on commit 10500bb

Please sign in to comment.