Update APCu to version 5.1.11

This commit is contained in:
Tilo Spannagel 2018-03-08 09:41:24 +01:00
parent 7e390bc4b5
commit 33bc471dbc
No known key found for this signature in database
GPG Key ID: B89F1626A58E1429
10 changed files with 10 additions and 10 deletions

View File

@ -53,7 +53,7 @@ RUN set -ex; \
zip \
; \
pecl install \
APCu-5.1.10 \
APCu-5.1.11 \
memcached-3.0.4 \
redis-3.1.6 \
; \

View File

@ -49,7 +49,7 @@ RUN set -ex; \
zip \
; \
pecl install \
APCu-5.1.10 \
APCu-5.1.11 \
memcached-3.0.4 \
redis-3.1.6 \
; \

View File

@ -53,7 +53,7 @@ RUN set -ex; \
zip \
; \
pecl install \
APCu-5.1.10 \
APCu-5.1.11 \
memcached-3.0.4 \
redis-3.1.6 \
; \

View File

@ -53,7 +53,7 @@ RUN set -ex; \
zip \
; \
pecl install \
APCu-5.1.10 \
APCu-5.1.11 \
memcached-3.0.4 \
redis-3.1.6 \
; \

View File

@ -49,7 +49,7 @@ RUN set -ex; \
zip \
; \
pecl install \
APCu-5.1.10 \
APCu-5.1.11 \
memcached-3.0.4 \
redis-3.1.6 \
; \

View File

@ -53,7 +53,7 @@ RUN set -ex; \
zip \
; \
pecl install \
APCu-5.1.10 \
APCu-5.1.11 \
memcached-3.0.4 \
redis-3.1.6 \
; \

View File

@ -53,7 +53,7 @@ RUN set -ex; \
zip \
; \
pecl install \
APCu-5.1.10 \
APCu-5.1.11 \
memcached-3.0.4 \
redis-3.1.6 \
; \

View File

@ -49,7 +49,7 @@ RUN set -ex; \
zip \
; \
pecl install \
APCu-5.1.10 \
APCu-5.1.11 \
memcached-3.0.4 \
redis-3.1.6 \
; \

View File

@ -53,7 +53,7 @@ RUN set -ex; \
zip \
; \
pecl install \
APCu-5.1.10 \
APCu-5.1.11 \
memcached-3.0.4 \
redis-3.1.6 \
; \

View File

@ -20,7 +20,7 @@ declare -A extras=(
)
declare -A pecl_versions=(
[APCu]='5.1.10'
[APCu]='5.1.11'
[memcached]='3.0.4'
[redis]='3.1.6'
)