Skip to content

Commit

Permalink
Update Memcached extention (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
Llewellynvdm committed Dec 14, 2024
1 parent 28003b6 commit dff2d34
Show file tree
Hide file tree
Showing 16 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion 4.4/php8.1/apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ RUN set -ex; \
[ -d "$extDir" ]; \
# pecl will claim success even if one install fails, so we need to perform each install separately
pecl install APCu-5.1.23; \
pecl install memcached-3.2.0; \
pecl install memcached-3.3.0; \
pecl install redis-6.0.2; \
\
docker-php-ext-enable \
Expand Down
2 changes: 1 addition & 1 deletion 4.4/php8.1/fpm-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ 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.23; \
pecl install memcached-3.2.0; \
pecl install memcached-3.3.0; \
pecl install redis-6.0.2; \
\
docker-php-ext-enable \
Expand Down
2 changes: 1 addition & 1 deletion 4.4/php8.1/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ RUN set -ex; \
[ -d "$extDir" ]; \
# pecl will claim success even if one install fails, so we need to perform each install separately
pecl install APCu-5.1.23; \
pecl install memcached-3.2.0; \
pecl install memcached-3.3.0; \
pecl install redis-6.0.2; \
\
docker-php-ext-enable \
Expand Down
2 changes: 1 addition & 1 deletion 4.4/php8.2/apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ RUN set -ex; \
[ -d "$extDir" ]; \
# pecl will claim success even if one install fails, so we need to perform each install separately
pecl install APCu-5.1.23; \
pecl install memcached-3.2.0; \
pecl install memcached-3.3.0; \
pecl install redis-6.0.2; \
\
docker-php-ext-enable \
Expand Down
2 changes: 1 addition & 1 deletion 4.4/php8.2/fpm-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ 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.23; \
pecl install memcached-3.2.0; \
pecl install memcached-3.3.0; \
pecl install redis-6.0.2; \
\
docker-php-ext-enable \
Expand Down
2 changes: 1 addition & 1 deletion 4.4/php8.2/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ RUN set -ex; \
[ -d "$extDir" ]; \
# pecl will claim success even if one install fails, so we need to perform each install separately
pecl install APCu-5.1.23; \
pecl install memcached-3.2.0; \
pecl install memcached-3.3.0; \
pecl install redis-6.0.2; \
\
docker-php-ext-enable \
Expand Down
2 changes: 1 addition & 1 deletion 5.2/php8.1/apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ RUN set -ex; \
[ -d "$extDir" ]; \
# pecl will claim success even if one install fails, so we need to perform each install separately
pecl install APCu-5.1.23; \
pecl install memcached-3.2.0; \
pecl install memcached-3.3.0; \
pecl install redis-6.0.2; \
\
docker-php-ext-enable \
Expand Down
2 changes: 1 addition & 1 deletion 5.2/php8.1/fpm-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ 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.23; \
pecl install memcached-3.2.0; \
pecl install memcached-3.3.0; \
pecl install redis-6.0.2; \
\
docker-php-ext-enable \
Expand Down
2 changes: 1 addition & 1 deletion 5.2/php8.1/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ RUN set -ex; \
[ -d "$extDir" ]; \
# pecl will claim success even if one install fails, so we need to perform each install separately
pecl install APCu-5.1.23; \
pecl install memcached-3.2.0; \
pecl install memcached-3.3.0; \
pecl install redis-6.0.2; \
\
docker-php-ext-enable \
Expand Down
2 changes: 1 addition & 1 deletion 5.2/php8.2/apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ RUN set -ex; \
[ -d "$extDir" ]; \
# pecl will claim success even if one install fails, so we need to perform each install separately
pecl install APCu-5.1.23; \
pecl install memcached-3.2.0; \
pecl install memcached-3.3.0; \
pecl install redis-6.0.2; \
\
docker-php-ext-enable \
Expand Down
2 changes: 1 addition & 1 deletion 5.2/php8.2/fpm-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ 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.23; \
pecl install memcached-3.2.0; \
pecl install memcached-3.3.0; \
pecl install redis-6.0.2; \
\
docker-php-ext-enable \
Expand Down
2 changes: 1 addition & 1 deletion 5.2/php8.2/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ RUN set -ex; \
[ -d "$extDir" ]; \
# pecl will claim success even if one install fails, so we need to perform each install separately
pecl install APCu-5.1.23; \
pecl install memcached-3.2.0; \
pecl install memcached-3.3.0; \
pecl install redis-6.0.2; \
\
docker-php-ext-enable \
Expand Down
2 changes: 1 addition & 1 deletion 5.2/php8.3/apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ RUN set -ex; \
[ -d "$extDir" ]; \
# pecl will claim success even if one install fails, so we need to perform each install separately
pecl install APCu-5.1.23; \
pecl install memcached-3.2.0; \
pecl install memcached-3.3.0; \
pecl install redis-6.0.2; \
\
docker-php-ext-enable \
Expand Down
2 changes: 1 addition & 1 deletion 5.2/php8.3/fpm-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ 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.23; \
pecl install memcached-3.2.0; \
pecl install memcached-3.3.0; \
pecl install redis-6.0.2; \
\
docker-php-ext-enable \
Expand Down
2 changes: 1 addition & 1 deletion 5.2/php8.3/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ RUN set -ex; \
[ -d "$extDir" ]; \
# pecl will claim success even if one install fails, so we need to perform each install separately
pecl install APCu-5.1.23; \
pecl install memcached-3.2.0; \
pecl install memcached-3.3.0; \
pecl install redis-6.0.2; \
\
docker-php-ext-enable \
Expand Down
10 changes: 5 additions & 5 deletions versions-helper.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@
"8.3": {
"pecl": {
"APCu": "5.1.23",
"memcached": "3.2.0",
"memcached": "3.3.0",
"redis": "6.0.2"
}
},
"8.2": {
"pecl": {
"APCu": "5.1.23",
"memcached": "3.2.0",
"memcached": "3.3.0",
"redis": "6.0.2"
}
},
"8.1": {
"pecl": {
"APCu": "5.1.23",
"memcached": "3.2.0",
"memcached": "3.3.0",
"redis": "6.0.2"
}
}
Expand All @@ -42,14 +42,14 @@
"8.2": {
"pecl": {
"APCu": "5.1.23",
"memcached": "3.2.0",
"memcached": "3.3.0",
"redis": "6.0.2"
}
},
"8.1": {
"pecl": {
"APCu": "5.1.23",
"memcached": "3.2.0",
"memcached": "3.3.0",
"redis": "6.0.2"
}
}
Expand Down

0 comments on commit dff2d34

Please sign in to comment.