Skip to content

Commit f53565f

Browse files
committed
Fix workspace, PHP56 build fail
pecl/swoole requires PHP (version >= 7.0.0)
1 parent dfff0b2 commit f53565f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

workspace/Dockerfile-56

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ RUN if [ ${INSTALL_PHPREDIS} = true ]; then \
263263
ARG INSTALL_SWOOLE=false
264264
RUN if [ ${INSTALL_SWOOLE} = true ]; then \
265265
# Install Php Swoole Extension
266-
pecl -q install swoole && \
266+
pecl -q install swoole-2.0.11 && \
267267
echo "extension=swoole.so" >> /etc/php/5.6/mods-available/swoole.ini && \
268268
ln -s /etc/php/5.6/mods-available/swoole.ini /etc/php/5.6/cli/conf.d/20-swoole.ini \
269269
;fi

0 commit comments

Comments
 (0)