Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file renamed alpine/.DS_Store → .DS_Store
Binary file not shown.
5 changes: 4 additions & 1 deletion alpine/3.17/8.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,10 @@ ARG ADDITIONAL_PHP_PECL_EXTENSIONS="\
pcov \
xdebug \
xhprof \
amqp"
amqp \
opentelemetry \
protobuf \
grpc \"

ARG CFLAGS="-I/usr/src/php"
RUN apk update \
Expand Down
5 changes: 4 additions & 1 deletion alpine/3.17/8.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,10 @@ ARG ADDITIONAL_PHP_PECL_EXTENSIONS="\
pcov \
xdebug \
xhprof \
amqp"
amqp \
opentelemetry \
protobuf \
grpc"

ARG CFLAGS="-I/usr/src/php"
RUN apk update \
Expand Down
5 changes: 4 additions & 1 deletion alpine/3.17/8.3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,10 @@ ARG ADDITIONAL_PHP_PECL_EXTENSIONS="\
pcov \
xdebug \
xhprof \
amqp"
amqp \
opentelemetry \
protobuf \
grpc"

ARG CFLAGS="-I/usr/src/php"
RUN apk update \
Expand Down
5 changes: 4 additions & 1 deletion alpine/3.18/8.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,10 @@ ARG ADDITIONAL_PHP_PECL_EXTENSIONS="\
pcov \
xdebug \
xhprof \
amqp"
amqp \
opentelemetry \
protobuf \
grpc"

ARG GRAPHVIZ_BUILD_DEPS="\
expat-dev"
Expand Down
5 changes: 4 additions & 1 deletion alpine/3.18/8.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,10 @@ ARG ADDITIONAL_PHP_PECL_EXTENSIONS="\
pcov \
xdebug \
xhprof \
amqp"
amqp \
opentelemetry \
protobuf \
grpc"

ARG GRAPHVIZ_BUILD_DEPS="\
expat-dev"
Expand Down
5 changes: 4 additions & 1 deletion alpine/3.18/8.3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,10 @@ ARG ADDITIONAL_PHP_PECL_EXTENSIONS="\
pcov \
xdebug \
xhprof \
amqp"
amqp \
opentelemetry \
protobuf \
grpc"

ARG GRAPHVIZ_BUILD_DEPS="\
expat-dev"
Expand Down
5 changes: 4 additions & 1 deletion alpine/3.19/8.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,10 @@ ARG ADDITIONAL_PHP_PECL_EXTENSIONS="\
pcov \
xdebug \
xhprof \
amqp"
amqp \
opentelemetry \
protobuf \
grpc"

ARG GRAPHVIZ_BUILD_DEPS="\
expat-dev"
Expand Down
5 changes: 4 additions & 1 deletion alpine/3.19/8.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,10 @@ ARG ADDITIONAL_PHP_PECL_EXTENSIONS="\
pcov \
xdebug \
xhprof \
amqp"
amqp \
opentelemetry \
protobuf \
grpc"

ARG GRAPHVIZ_BUILD_DEPS="\
expat-dev"
Expand Down
5 changes: 4 additions & 1 deletion alpine/3.19/8.3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,10 @@ ARG ADDITIONAL_PHP_PECL_EXTENSIONS="\
pcov \
xdebug \
xhprof \
amqp"
amqp \
opentelemetry \
protobuf \
grpc"

ARG GRAPHVIZ_BUILD_DEPS="\
expat-dev"
Expand Down
1 change: 1 addition & 0 deletions context/php/disabled/grpc.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
extension = grpc.so
1 change: 1 addition & 0 deletions context/php/disabled/opentelemetry.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
extension = opentelemetry.so
1 change: 1 addition & 0 deletions context/php/disabled/protobuf.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
extension = protobuf.so
5 changes: 4 additions & 1 deletion debian/bullseye/8.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,10 @@ ARG ADDITIONAL_PHP_PECL_EXTENSIONS="\
pcov \
xdebug \
xhprof \
amqp"
amqp \
opentelemetry \
protobuf \
grpc"

ARG CFLAGS="-I/usr/src/php"
RUN apt update -y \
Expand Down
5 changes: 4 additions & 1 deletion debian/bullseye/8.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,10 @@ ARG ADDITIONAL_PHP_PECL_EXTENSIONS="\
pcov \
xdebug \
xhprof \
amqp"
amqp \
opentelemetry \
protobuf \
grpc"

ARG CFLAGS="-I/usr/src/php"
RUN apt update -y \
Expand Down
5 changes: 4 additions & 1 deletion debian/bullseye/8.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,10 @@ ARG ADDITIONAL_PHP_PECL_EXTENSIONS="\
pcov \
xdebug \
xhprof \
amqp"
amqp \
opentelemetry \
protobuf \
grpc"

ARG CFLAGS="-I/usr/src/php"
RUN apt update -y \
Expand Down
Loading