mirror of
https://github.com/joomla-docker/docker-joomla.git
synced 2024-11-17 10:35:10 +00:00
Update php-redis to 4.2.0 and php-apcu to 5.1.13
This commit is contained in:
parent
91196cdf11
commit
e4fb5df2e1
@ -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 \
|
||||
|
@ -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 \
|
||||
|
@ -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 \
|
||||
|
@ -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 \
|
||||
|
@ -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 \
|
||||
|
@ -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 \
|
||||
|
@ -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 \
|
||||
|
@ -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 \
|
||||
|
@ -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 \
|
||||
|
@ -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 \
|
||||
|
@ -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 \
|
||||
|
@ -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 \
|
||||
|
@ -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=
|
||||
|
Loading…
Reference in New Issue
Block a user