Skip to content

Commit

Permalink
Upgraded pecl extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
fox91 committed Dec 5, 2023
1 parent 270ede3 commit b06ae3a
Show file tree
Hide file tree
Showing 19 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion 8.1/alpine3.18/pecl_grpc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM php:8.1-alpine3.18
LABEL maintainer="Andrea Falco <andrea@falco.sh>"

# PHP ext-grpc
ARG PHPEXT_GRPC_VERSION=1.59.1
ARG PHPEXT_GRPC_VERSION=1.60.0
RUN set -eux; \
persistentDeps=" \
libstdc++ \
Expand Down
2 changes: 1 addition & 1 deletion 8.1/alpine3.18/pecl_igbinary/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM php:8.1-alpine3.18
LABEL maintainer="Andrea Falco <andrea@falco.sh>"

# PHP ext-igbinary
ARG PHPEXT_IGBINARY_VERSION=3.2.14
ARG PHPEXT_IGBINARY_VERSION=3.2.15
RUN set -eux; \
pecl bundle -d /usr/src/php/ext igbinary-${PHPEXT_IGBINARY_VERSION}; \
docker-php-ext-install -j$(nproc) igbinary; \
Expand Down
2 changes: 1 addition & 1 deletion 8.1/alpine3.18/pecl_xdebug/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM php:8.1-alpine3.18
LABEL maintainer="Andrea Falco <andrea@falco.sh>"

# PHP ext-xdebug
ARG PHPEXT_XDEBUG_VERSION=3.2.2
ARG PHPEXT_XDEBUG_VERSION=3.3.0
RUN set -eux; \
buildDeps=" \
linux-headers \
Expand Down
2 changes: 1 addition & 1 deletion 8.1/bookworm/pecl_grpc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM php:8.1-bookworm
LABEL maintainer="Andrea Falco <andrea@falco.sh>"

# PHP ext-grpc
ARG PHPEXT_GRPC_VERSION=1.59.1
ARG PHPEXT_GRPC_VERSION=1.60.0
RUN set -eux; \
buildDeps=" \
libzip-dev \
Expand Down
2 changes: 1 addition & 1 deletion 8.1/bookworm/pecl_igbinary/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM php:8.1-bookworm
LABEL maintainer="Andrea Falco <andrea@falco.sh>"

# PHP ext-igbinary
ARG PHPEXT_IGBINARY_VERSION=3.2.14
ARG PHPEXT_IGBINARY_VERSION=3.2.15
RUN set -eux; \
pecl bundle -d /usr/src/php/ext igbinary-${PHPEXT_IGBINARY_VERSION}; \
docker-php-ext-install -j$(nproc) igbinary; \
Expand Down
2 changes: 1 addition & 1 deletion 8.1/bookworm/pecl_xdebug/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM php:8.1-bookworm
LABEL maintainer="Andrea Falco <andrea@falco.sh>"

# PHP ext-xdebug
ARG PHPEXT_XDEBUG_VERSION=3.2.2
ARG PHPEXT_XDEBUG_VERSION=3.3.0
RUN set -eux; \
pecl bundle -d /usr/src/php/ext xdebug-${PHPEXT_XDEBUG_VERSION}; \
docker-php-ext-install -j$(nproc) xdebug; \
Expand Down
2 changes: 1 addition & 1 deletion 8.2/alpine3.18/pecl_grpc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM php:8.2-alpine3.18
LABEL maintainer="Andrea Falco <andrea@falco.sh>"

# PHP ext-grpc
ARG PHPEXT_GRPC_VERSION=1.59.1
ARG PHPEXT_GRPC_VERSION=1.60.0
RUN set -eux; \
persistentDeps=" \
libstdc++ \
Expand Down
2 changes: 1 addition & 1 deletion 8.2/alpine3.18/pecl_igbinary/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM php:8.2-alpine3.18
LABEL maintainer="Andrea Falco <andrea@falco.sh>"

# PHP ext-igbinary
ARG PHPEXT_IGBINARY_VERSION=3.2.14
ARG PHPEXT_IGBINARY_VERSION=3.2.15
RUN set -eux; \
pecl bundle -d /usr/src/php/ext igbinary-${PHPEXT_IGBINARY_VERSION}; \
docker-php-ext-install -j$(nproc) igbinary; \
Expand Down
2 changes: 1 addition & 1 deletion 8.2/alpine3.18/pecl_xdebug/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM php:8.2-alpine3.18
LABEL maintainer="Andrea Falco <andrea@falco.sh>"

# PHP ext-xdebug
ARG PHPEXT_XDEBUG_VERSION=3.2.2
ARG PHPEXT_XDEBUG_VERSION=3.3.0
RUN set -eux; \
buildDeps=" \
linux-headers \
Expand Down
2 changes: 1 addition & 1 deletion 8.2/bookworm/pecl_grpc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM php:8.2-bookworm
LABEL maintainer="Andrea Falco <andrea@falco.sh>"

# PHP ext-grpc
ARG PHPEXT_GRPC_VERSION=1.59.1
ARG PHPEXT_GRPC_VERSION=1.60.0
RUN set -eux; \
buildDeps=" \
libzip-dev \
Expand Down
2 changes: 1 addition & 1 deletion 8.2/bookworm/pecl_igbinary/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM php:8.2-bookworm
LABEL maintainer="Andrea Falco <andrea@falco.sh>"

# PHP ext-igbinary
ARG PHPEXT_IGBINARY_VERSION=3.2.14
ARG PHPEXT_IGBINARY_VERSION=3.2.15
RUN set -eux; \
pecl bundle -d /usr/src/php/ext igbinary-${PHPEXT_IGBINARY_VERSION}; \
docker-php-ext-install -j$(nproc) igbinary; \
Expand Down
2 changes: 1 addition & 1 deletion 8.2/bookworm/pecl_xdebug/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM php:8.2-bookworm
LABEL maintainer="Andrea Falco <andrea@falco.sh>"

# PHP ext-xdebug
ARG PHPEXT_XDEBUG_VERSION=3.2.2
ARG PHPEXT_XDEBUG_VERSION=3.3.0
RUN set -eux; \
pecl bundle -d /usr/src/php/ext xdebug-${PHPEXT_XDEBUG_VERSION}; \
docker-php-ext-install -j$(nproc) xdebug; \
Expand Down
2 changes: 1 addition & 1 deletion 8.3/alpine3.18/pecl_grpc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM php:8.3-alpine3.18
LABEL maintainer="Andrea Falco <andrea@falco.sh>"

# PHP ext-grpc
ARG PHPEXT_GRPC_VERSION=1.59.1
ARG PHPEXT_GRPC_VERSION=1.60.0
RUN set -eux; \
persistentDeps=" \
libstdc++ \
Expand Down
2 changes: 1 addition & 1 deletion 8.3/alpine3.18/pecl_igbinary/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM php:8.3-alpine3.18
LABEL maintainer="Andrea Falco <andrea@falco.sh>"

# PHP ext-igbinary
ARG PHPEXT_IGBINARY_VERSION=3.2.14
ARG PHPEXT_IGBINARY_VERSION=3.2.15
RUN set -eux; \
pecl bundle -d /usr/src/php/ext igbinary-${PHPEXT_IGBINARY_VERSION}; \
docker-php-ext-install -j$(nproc) igbinary; \
Expand Down
2 changes: 1 addition & 1 deletion 8.3/alpine3.18/pecl_xdebug/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM php:8.3-alpine3.18
LABEL maintainer="Andrea Falco <andrea@falco.sh>"

# PHP ext-xdebug
ARG PHPEXT_XDEBUG_VERSION=3.3.0alpha3
ARG PHPEXT_XDEBUG_VERSION=3.3.0
RUN set -eux; \
buildDeps=" \
linux-headers \
Expand Down
2 changes: 1 addition & 1 deletion 8.3/bookworm/pecl_grpc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM php:8.3-bookworm
LABEL maintainer="Andrea Falco <andrea@falco.sh>"

# PHP ext-grpc
ARG PHPEXT_GRPC_VERSION=1.59.1
ARG PHPEXT_GRPC_VERSION=1.60.0
RUN set -eux; \
buildDeps=" \
libzip-dev \
Expand Down
2 changes: 1 addition & 1 deletion 8.3/bookworm/pecl_igbinary/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM php:8.3-bookworm
LABEL maintainer="Andrea Falco <andrea@falco.sh>"

# PHP ext-igbinary
ARG PHPEXT_IGBINARY_VERSION=3.2.14
ARG PHPEXT_IGBINARY_VERSION=3.2.15
RUN set -eux; \
pecl bundle -d /usr/src/php/ext igbinary-${PHPEXT_IGBINARY_VERSION}; \
docker-php-ext-install -j$(nproc) igbinary; \
Expand Down
2 changes: 1 addition & 1 deletion 8.3/bookworm/pecl_xdebug/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM php:8.3-bookworm
LABEL maintainer="Andrea Falco <andrea@falco.sh>"

# PHP ext-xdebug
ARG PHPEXT_XDEBUG_VERSION=3.3.0alpha3
ARG PHPEXT_XDEBUG_VERSION=3.3.0
RUN set -eux; \
pecl bundle -d /usr/src/php/ext xdebug-${PHPEXT_XDEBUG_VERSION}; \
docker-php-ext-install -j$(nproc) xdebug; \
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ Extension | PHP `8.1` `bookworm` | PHP `8.1` `alpine3.18` | PHP `8.2` `bookworm`
[`gearman`](https://pecl.php.net/package/gearman) _PECL_ | `(2.1.0)` [:whale:](8.1/bookworm/pecl_gearman/Dockerfile) | :x: | `(2.1.0)` [:whale:](8.2/bookworm/pecl_gearman/Dockerfile) | :x: | `(2.1.0)` [:whale:](8.3/bookworm/pecl_gearman/Dockerfile) | :x:
[`geospatial`](https://pecl.php.net/package/geospatial) _PECL_ | `(0.3.2)` [:whale:](8.1/bookworm/pecl_geospatial/Dockerfile) | `(0.3.2)` [:whale:](8.1/alpine3.18/pecl_geospatial/Dockerfile) | `(0.3.2)` [:whale:](8.2/bookworm/pecl_geospatial/Dockerfile) | `(0.3.2)` [:whale:](8.2/alpine3.18/pecl_geospatial/Dockerfile) | `(0.3.2)` [:whale:](8.3/bookworm/pecl_geospatial/Dockerfile) | `(0.3.2)` [:whale:](8.3/alpine3.18/pecl_geospatial/Dockerfile)
[`gmp`](https://php.net/gmp) | [:whale:](8.1/bookworm/gmp/Dockerfile) | [:whale:](8.1/alpine3.18/gmp/Dockerfile) | [:whale:](8.2/bookworm/gmp/Dockerfile) | [:whale:](8.2/alpine3.18/gmp/Dockerfile) | [:whale:](8.3/bookworm/gmp/Dockerfile) | [:whale:](8.3/alpine3.18/gmp/Dockerfile)
[`grpc`](https://pecl.php.net/package/grpc) _PECL_ | `(1.59.1)` [:whale:](8.1/bookworm/pecl_grpc/Dockerfile) | `(1.59.1)` [:whale:](8.1/alpine3.18/pecl_grpc/Dockerfile) | `(1.59.1)` [:whale:](8.2/bookworm/pecl_grpc/Dockerfile) | `(1.59.1)` [:whale:](8.2/alpine3.18/pecl_grpc/Dockerfile) | `(1.59.1)` [:whale:](8.3/bookworm/pecl_grpc/Dockerfile) | `(1.59.1)` [:whale:](8.3/alpine3.18/pecl_grpc/Dockerfile)
[`igbinary`](https://pecl.php.net/package/igbinary) _PECL_ | `(3.2.14)` [:whale:](8.1/bookworm/pecl_igbinary/Dockerfile) | `(3.2.14)` [:whale:](8.1/alpine3.18/pecl_igbinary/Dockerfile) | `(3.2.14)` [:whale:](8.2/bookworm/pecl_igbinary/Dockerfile) | `(3.2.14)` [:whale:](8.2/alpine3.18/pecl_igbinary/Dockerfile) | `(3.2.14)` [:whale:](8.3/bookworm/pecl_igbinary/Dockerfile) | `(3.2.14)` [:whale:](8.3/alpine3.18/pecl_igbinary/Dockerfile)
[`grpc`](https://pecl.php.net/package/grpc) _PECL_ | `(1.60.0)` [:whale:](8.1/bookworm/pecl_grpc/Dockerfile) | `(1.60.0)` [:whale:](8.1/alpine3.18/pecl_grpc/Dockerfile) | `(1.60.0)` [:whale:](8.2/bookworm/pecl_grpc/Dockerfile) | `(1.60.0)` [:whale:](8.2/alpine3.18/pecl_grpc/Dockerfile) | `(1.60.0)` [:whale:](8.3/bookworm/pecl_grpc/Dockerfile) | `(1.60.0)` [:whale:](8.3/alpine3.18/pecl_grpc/Dockerfile)
[`igbinary`](https://pecl.php.net/package/igbinary) _PECL_ | `(3.2.15)` [:whale:](8.1/bookworm/pecl_igbinary/Dockerfile) | `(3.2.15)` [:whale:](8.1/alpine3.18/pecl_igbinary/Dockerfile) | `(3.2.15)` [:whale:](8.2/bookworm/pecl_igbinary/Dockerfile) | `(3.2.15)` [:whale:](8.2/alpine3.18/pecl_igbinary/Dockerfile) | `(3.2.15)` [:whale:](8.3/bookworm/pecl_igbinary/Dockerfile) | `(3.2.15)` [:whale:](8.3/alpine3.18/pecl_igbinary/Dockerfile)
[`imagick`](https://pecl.php.net/package/imagick) _PECL_ | `(3.7.0)` [:whale:](8.1/bookworm/pecl_imagick/Dockerfile) | `(3.7.0)` [:whale:](8.1/alpine3.18/pecl_imagick/Dockerfile) | `(3.7.0)` [:whale:](8.2/bookworm/pecl_imagick/Dockerfile) | `(3.7.0)` [:whale:](8.2/alpine3.18/pecl_imagick/Dockerfile) | `(3.7.0)` [:whale:](8.3/bookworm/pecl_imagick/Dockerfile) | `(3.7.0)` [:whale:](8.3/alpine3.18/pecl_imagick/Dockerfile)
[`imap`](https://php.net/imap) | [:whale:](8.1/bookworm/imap/Dockerfile) | [:whale:](8.1/alpine3.18/imap/Dockerfile) | [:whale:](8.2/bookworm/imap/Dockerfile) | [:whale:](8.2/alpine3.18/imap/Dockerfile) | [:whale:](8.3/bookworm/imap/Dockerfile) | [:whale:](8.3/alpine3.18/imap/Dockerfile)
[`intl`](https://php.net/intl) | [:whale:](8.1/bookworm/intl/Dockerfile) | [:whale:](8.1/alpine3.18/intl/Dockerfile) | [:whale:](8.2/bookworm/intl/Dockerfile) | [:whale:](8.2/alpine3.18/intl/Dockerfile) | [:whale:](8.3/bookworm/intl/Dockerfile) | [:whale:](8.3/alpine3.18/intl/Dockerfile)
Expand All @@ -54,7 +54,7 @@ Extension | PHP `8.1` `bookworm` | PHP `8.1` `alpine3.18` | PHP `8.2` `bookworm`
[`timezonedb`](https://pecl.php.net/package/timezonedb) _PECL_ | `(2023.3)` [:whale:](8.1/bookworm/pecl_timezonedb/Dockerfile) | `(2023.3)` [:whale:](8.1/alpine3.18/pecl_timezonedb/Dockerfile) | `(2023.3)` [:whale:](8.2/bookworm/pecl_timezonedb/Dockerfile) | `(2023.3)` [:whale:](8.2/alpine3.18/pecl_timezonedb/Dockerfile) | `(2023.3)` [:whale:](8.3/bookworm/pecl_timezonedb/Dockerfile) | `(2023.3)` [:whale:](8.3/alpine3.18/pecl_timezonedb/Dockerfile)
[`uuid`](https://pecl.php.net/package/uuid) _PECL_ | `(1.2.0)` [:whale:](8.1/bookworm/pecl_uuid/Dockerfile) | `(1.2.0)` [:whale:](8.1/alpine3.18/pecl_uuid/Dockerfile) | `(1.2.0)` [:whale:](8.2/bookworm/pecl_uuid/Dockerfile) | `(1.2.0)` [:whale:](8.2/alpine3.18/pecl_uuid/Dockerfile) | `(1.2.0)` [:whale:](8.3/bookworm/pecl_uuid/Dockerfile) | `(1.2.0)` [:whale:](8.3/alpine3.18/pecl_uuid/Dockerfile)
[`var_representation`](https://pecl.php.net/package/var_representation) _PECL_ | `(0.1.4)` [:whale:](8.1/bookworm/pecl_var_representation/Dockerfile) | `(0.1.4)` [:whale:](8.1/alpine3.18/pecl_var_representation/Dockerfile) | `(0.1.4)` [:whale:](8.2/bookworm/pecl_var_representation/Dockerfile) | `(0.1.4)` [:whale:](8.2/alpine3.18/pecl_var_representation/Dockerfile) | `(0.1.4)` [:whale:](8.3/bookworm/pecl_var_representation/Dockerfile) | `(0.1.4)` [:whale:](8.3/alpine3.18/pecl_var_representation/Dockerfile)
[`xdebug`](https://pecl.php.net/package/xdebug) _PECL_ | `(3.2.2)` [:whale:](8.1/bookworm/pecl_xdebug/Dockerfile) | `(3.2.2)` [:whale:](8.1/alpine3.18/pecl_xdebug/Dockerfile) | `(3.2.2)` [:whale:](8.2/bookworm/pecl_xdebug/Dockerfile) | `(3.2.2)` [:whale:](8.2/alpine3.18/pecl_xdebug/Dockerfile) | `(3.3.0alpha3)` [:whale:](8.3/bookworm/pecl_xdebug/Dockerfile) | `(3.3.0alpha3)` [:whale:](8.3/alpine3.18/pecl_xdebug/Dockerfile)
[`xdebug`](https://pecl.php.net/package/xdebug) _PECL_ | `(3.3.0)` [:whale:](8.1/bookworm/pecl_xdebug/Dockerfile) | `(3.3.0)` [:whale:](8.1/alpine3.18/pecl_xdebug/Dockerfile) | `(3.3.0)` [:whale:](8.2/bookworm/pecl_xdebug/Dockerfile) | `(3.3.0)` [:whale:](8.2/alpine3.18/pecl_xdebug/Dockerfile) | `(3.3.0)` [:whale:](8.3/bookworm/pecl_xdebug/Dockerfile) | `(3.3.0)` [:whale:](8.3/alpine3.18/pecl_xdebug/Dockerfile)
[`xhprof`](https://pecl.php.net/package/xhprof) _PECL_ | `(2.3.9)` [:whale:](8.1/bookworm/pecl_xhprof/Dockerfile) | `(2.3.9)` [:whale:](8.1/alpine3.18/pecl_xhprof/Dockerfile) | `(2.3.9)` [:whale:](8.2/bookworm/pecl_xhprof/Dockerfile) | `(2.3.9)` [:whale:](8.2/alpine3.18/pecl_xhprof/Dockerfile) | `(2.3.9)` [:whale:](8.3/bookworm/pecl_xhprof/Dockerfile) | `(2.3.9)` [:whale:](8.3/alpine3.18/pecl_xhprof/Dockerfile)
[`yaml`](https://pecl.php.net/package/yaml) _PECL_ | `(2.2.3)` [:whale:](8.1/bookworm/pecl_yaml/Dockerfile) | `(2.2.3)` [:whale:](8.1/alpine3.18/pecl_yaml/Dockerfile) | `(2.2.3)` [:whale:](8.2/bookworm/pecl_yaml/Dockerfile) | `(2.2.3)` [:whale:](8.2/alpine3.18/pecl_yaml/Dockerfile) | `(2.2.3)` [:whale:](8.3/bookworm/pecl_yaml/Dockerfile) | `(2.2.3)` [:whale:](8.3/alpine3.18/pecl_yaml/Dockerfile)
[`zip`](https://pecl.php.net/package/zip) _PECL_ | `(1.22.3)` [:whale:](8.1/bookworm/pecl_zip/Dockerfile) | `(1.22.3)` [:whale:](8.1/alpine3.18/pecl_zip/Dockerfile) | `(1.22.3)` [:whale:](8.2/bookworm/pecl_zip/Dockerfile) | `(1.22.3)` [:whale:](8.2/alpine3.18/pecl_zip/Dockerfile) | `(1.22.3)` [:whale:](8.3/bookworm/pecl_zip/Dockerfile) | `(1.22.3)` [:whale:](8.3/alpine3.18/pecl_zip/Dockerfile)
Expand Down

0 comments on commit b06ae3a

Please sign in to comment.