Skip to content

Commit f29c51e

Browse files
committed
Add PHP 8.5 support for redis-igbinary
1 parent b6569ce commit f29c51e

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

layers/redis-igbinary/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ ARG PHP_VERSION
22
ARG BREF_VERSION
33
FROM bref/build-php-$PHP_VERSION:$BREF_VERSION AS ext
44

5-
RUN pecl install igbinary && \
6-
pecl install -D 'enable-redis-igbinary="yes"' --force redis-6.2.0 && \
5+
RUN pecl install igbinary --force igbinary-3.2.17RC1 && \
6+
pecl install -D 'enable-redis-igbinary="yes"' --force redis-6.3.0 && \
77
cp `php-config --extension-dir`/igbinary.so /tmp/igbinary.so && \
88
cp `php-config --extension-dir`/redis.so /tmp/redis.so && \
99
echo 'extension=igbinary.so' > /tmp/ext-igbinary.ini && \

layers/redis-igbinary/config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"php": [
33
"82",
44
"83",
5-
"84"
5+
"84",
6+
"85"
67
]
78
}

0 commit comments

Comments
 (0)