File tree Expand file tree Collapse file tree 6 files changed +14
-0
lines changed
container/root/tests/php-fpm Expand file tree Collapse file tree 6 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -125,6 +125,8 @@ RUN apt-get update -q && \
125125 /bin/bash /clean.sh \
126126 && \
127127 phpenmod memcached && \
128+ phpenmod igbinary && \
129+ phpenmod msgpack && \
128130 phpdismod pdo_pgsql && \
129131 phpdismod pgsql && \
130132 phpdismod redis && \
Original file line number Diff line number Diff line change @@ -125,6 +125,8 @@ RUN apt-get update -q && \
125125 /bin/bash /clean.sh \
126126 && \
127127 phpenmod memcached && \
128+ phpenmod igbinary && \
129+ phpenmod msgpack && \
128130 phpdismod pdo_pgsql && \
129131 phpdismod pgsql && \
130132 phpdismod redis && \
Original file line number Diff line number Diff line change @@ -123,6 +123,8 @@ RUN apt-get update -q && \
123123 /bin/bash /clean.sh \
124124 && \
125125 phpenmod memcached && \
126+ phpenmod igbinary && \
127+ phpenmod msgpack && \
126128 phpdismod pdo_pgsql && \
127129 phpdismod pgsql && \
128130 phpdismod redis && \
Original file line number Diff line number Diff line change @@ -123,6 +123,8 @@ RUN apt-get update -q && \
123123 /bin/bash /clean.sh \
124124 && \
125125 phpenmod memcached && \
126+ phpenmod igbinary && \
127+ phpenmod msgpack && \
126128 phpdismod pdo_pgsql && \
127129 phpdismod pgsql && \
128130 phpdismod redis && \
Original file line number Diff line number Diff line change @@ -123,6 +123,8 @@ RUN apt-get update -q && \
123123 /bin/bash /clean.sh \
124124 && \
125125 phpenmod memcached && \
126+ phpenmod igbinary && \
127+ phpenmod msgpack && \
126128 phpdismod pdo_pgsql && \
127129 phpdismod pgsql && \
128130 phpdismod redis && \
Original file line number Diff line number Diff line change @@ -109,6 +109,10 @@ command:
109109 exit-status : 0
110110 php -m | grep -i zlib :
111111 exit-status : 0
112+ php -m | grep -i msgpack :
113+ exit-status : 0
114+ php -m | grep -i igbinary :
115+ exit-status : 0
112116
113117 # Test that extra extensions are disabled by default
114118 php -m | grep newrelic :
You can’t perform that action at this time.
0 commit comments