Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6396fb5

Browse files
committed
fix: set fixed redis pecl version for php5.5/php5.6
1 parent ffb4930 commit 6396fb5

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

5.5-apache/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ RUN ln -s /usr/include/x86_64-linux-gnu/gmp.h /usr/include/gmp.h && \
5050
docker-php-ext-install sockets && \
5151
pecl install mongo && \
5252
pecl install memcached-2.2.0 && \
53-
pecl install redis && \
53+
pecl install redis-3.1.0 && \
5454
pecl install xdebug-2.5.5
5555

5656
ADD https://blackfire.io/api/v1/releases/probe/php/linux/amd64/55 /tmp/blackfire-probe.tar.gz

5.5-fpm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ RUN ln -s /usr/include/x86_64-linux-gnu/gmp.h /usr/include/gmp.h && \
5050
docker-php-ext-install sockets && \
5151
pecl install mongo && \
5252
pecl install memcached-2.2.0 && \
53-
pecl install redis && \
53+
pecl install redis-3.1.0 && \
5454
pecl install xdebug-2.5.5
5555

5656
ADD https://blackfire.io/api/v1/releases/probe/php/linux/amd64/55 /tmp/blackfire-probe.tar.gz

5.6-apache/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ RUN ln -s /usr/include/x86_64-linux-gnu/gmp.h /usr/include/gmp.h && \
5656

5757
RUN pecl install mongo && \
5858
pecl install memcached-2.2.0 && \
59-
pecl install redis && \
59+
pecl install redis-4.3.0 && \
6060
pecl install xdebug-2.5.5
6161

6262
ADD http://www.zlib.net/zlib-1.2.11.tar.gz /tmp/zlib.tar.gz

5.6-cli/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ RUN ln -s /usr/include/x86_64-linux-gnu/gmp.h /usr/include/gmp.h && \
5656

5757
RUN pecl install mongo && \
5858
pecl install memcached-2.2.0 && \
59-
pecl install redis && \
59+
pecl install redis-4.3.0 && \
6060
pecl install xdebug-2.5.5
6161

6262
ADD http://www.zlib.net/zlib-1.2.11.tar.gz /tmp/zlib.tar.gz

5.6-fpm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ RUN ln -s /usr/include/x86_64-linux-gnu/gmp.h /usr/include/gmp.h && \
5656

5757
RUN pecl install mongo && \
5858
pecl install memcached-2.2.0 && \
59-
pecl install redis && \
59+
pecl install redis-4.3.0 && \
6060
pecl install xdebug-2.5.5
6161

6262
ADD http://www.zlib.net/zlib-1.2.11.tar.gz /tmp/zlib.tar.gz

0 commit comments

Comments
 (0)