32
3
mirror of https://github.com/joomla-docker/docker-joomla.git synced 2024-05-29 12:30:47 +00:00

Merge pull request #69 from J0WI/redis-4.2.0-apcu-5.1.13

Update php-redis to 4.2.0 and php-apcu to 5.1.13
This commit is contained in:
Michael Babker 2018-11-19 17:49:09 -06:00 committed by GitHub
commit ecacfae16a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
13 changed files with 24 additions and 24 deletions

View File

@ -41,7 +41,7 @@ RUN set -ex; \
# pecl will claim success even if one install fails, so we need to perform each install separately
pecl install APCu-4.0.11; \
pecl install memcached-2.2.0; \
pecl install redis-4.1.1; \
pecl install redis-4.2.0; \
\
docker-php-ext-enable \
apcu \

View File

@ -41,7 +41,7 @@ RUN set -ex; \
# pecl will claim success even if one install fails, so we need to perform each install separately
pecl install APCu-4.0.11; \
pecl install memcached-2.2.0; \
pecl install redis-4.1.1; \
pecl install redis-4.2.0; \
\
docker-php-ext-enable \
apcu \

View File

@ -38,7 +38,7 @@ RUN set -ex; \
# pecl will claim success even if one install fails, so we need to perform each install separately
pecl install APCu-4.0.11; \
pecl install memcached-2.2.0; \
pecl install redis-4.1.1; \
pecl install redis-4.2.0; \
\
docker-php-ext-enable \
apcu \

View File

@ -39,9 +39,9 @@ RUN set -ex; \
; \
\
# pecl will claim success even if one install fails, so we need to perform each install separately
pecl install APCu-5.1.12; \
pecl install APCu-5.1.13; \
pecl install memcached-3.0.4; \
pecl install redis-4.1.1; \
pecl install redis-4.2.0; \
\
docker-php-ext-enable \
apcu \

View File

@ -39,9 +39,9 @@ RUN set -ex; \
; \
\
# pecl will claim success even if one install fails, so we need to perform each install separately
pecl install APCu-5.1.12; \
pecl install APCu-5.1.13; \
pecl install memcached-3.0.4; \
pecl install redis-4.1.1; \
pecl install redis-4.2.0; \
\
docker-php-ext-enable \
apcu \

View File

@ -36,9 +36,9 @@ RUN set -ex; \
; \
\
# pecl will claim success even if one install fails, so we need to perform each install separately
pecl install APCu-5.1.12; \
pecl install APCu-5.1.13; \
pecl install memcached-3.0.4; \
pecl install redis-4.1.1; \
pecl install redis-4.2.0; \
\
docker-php-ext-enable \
apcu \

View File

@ -39,9 +39,9 @@ RUN set -ex; \
; \
\
# pecl will claim success even if one install fails, so we need to perform each install separately
pecl install APCu-5.1.12; \
pecl install APCu-5.1.13; \
pecl install memcached-3.0.4; \
pecl install redis-4.1.1; \
pecl install redis-4.2.0; \
\
docker-php-ext-enable \
apcu \

View File

@ -39,9 +39,9 @@ RUN set -ex; \
; \
\
# pecl will claim success even if one install fails, so we need to perform each install separately
pecl install APCu-5.1.12; \
pecl install APCu-5.1.13; \
pecl install memcached-3.0.4; \
pecl install redis-4.1.1; \
pecl install redis-4.2.0; \
\
docker-php-ext-enable \
apcu \

View File

@ -36,9 +36,9 @@ RUN set -ex; \
; \
\
# pecl will claim success even if one install fails, so we need to perform each install separately
pecl install APCu-5.1.12; \
pecl install APCu-5.1.13; \
pecl install memcached-3.0.4; \
pecl install redis-4.1.1; \
pecl install redis-4.2.0; \
\
docker-php-ext-enable \
apcu \

View File

@ -37,9 +37,9 @@ RUN set -ex; \
; \
\
# pecl will claim success even if one install fails, so we need to perform each install separately
pecl install APCu-5.1.12; \
pecl install APCu-5.1.13; \
pecl install memcached-3.0.4; \
pecl install redis-4.1.1; \
pecl install redis-4.2.0; \
\
docker-php-ext-enable \
apcu \

View File

@ -37,9 +37,9 @@ RUN set -ex; \
; \
\
# pecl will claim success even if one install fails, so we need to perform each install separately
pecl install APCu-5.1.12; \
pecl install APCu-5.1.13; \
pecl install memcached-3.0.4; \
pecl install redis-4.1.1; \
pecl install redis-4.2.0; \
\
docker-php-ext-enable \
apcu \

View File

@ -34,9 +34,9 @@ RUN set -ex; \
; \
\
# pecl will claim success even if one install fails, so we need to perform each install separately
pecl install APCu-5.1.12; \
pecl install APCu-5.1.13; \
pecl install memcached-3.0.4; \
pecl install redis-4.1.1; \
pecl install redis-4.2.0; \
\
docker-php-ext-enable \
apcu \

View File

@ -31,10 +31,10 @@ declare -A variantBases=(
declare -A pecl_versions=(
[php5-APCu]='4.0.11'
[php5-memcached]='2.2.0'
[php5-redis]='4.1.1'
[php7-APCu]='5.1.12'
[php5-redis]='4.2.0'
[php7-APCu]='5.1.13'
[php7-memcached]='3.0.4'
[php7-redis]='4.1.1'
[php7-redis]='4.2.0'
)
travisEnv=