File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 33## 1.8.0
44
55- Upgrade Imagick to version 7.1.1-38 and build with support for AVIF format (aom encoder).
6+ - Add support for PHP 8.4 for elastic-apm
67
78## 1.7.2
89
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ FROM bref/build-php-$PHP_VERSION:$BREF_VERSION AS ext
55RUN \
66 LD_LIBRARY_PATH=/lib64:/lib yum install -y libcurl-devel openssl-devel \
77 && mkdir /tmp/apm \
8- && curl -L https://github.com/elastic/apm-agent-php/archive/refs/tags/v1.8.4 .tar.gz | tar -C /tmp/apm -zx --strip-components=1 \
8+ && curl -L https://github.com/elastic/apm-agent-php/archive/refs/tags/v1.15.0 .tar.gz | tar -C /tmp/apm -zx --strip-components=1 \
99 && cd /tmp/apm/src/ext \
1010 && phpize \
1111 && CFLAGS="-std=gnu99" ./configure --enable-elastic_apm \
You can’t perform that action at this time.
0 commit comments