fix syntax

This commit is contained in:
东子 2022-12-14 08:47:27 +00:00
parent 6881e4bcb4
commit 253783fb21
2 changed files with 2 additions and 2 deletions

View File

@ -222,7 +222,7 @@ RUN if [ ${INSTALL_XDEBUG} = true ]; then \
pecl install xdebug-3.2.0; \
else \
pecl install xdebug-3.1.4; \
fi && \
fi; \
else \
if [ $(php -r "echo PHP_MAJOR_VERSION;") = "5" ]; then \
pecl install xdebug-2.5.5; \

View File

@ -338,7 +338,7 @@ RUN if [ ${INSTALL_XDEBUG} = true ]; then \
pecl install xdebug-3.2.0; \
else \
pecl install xdebug-3.1.4; \
fi && \
fi; \
else \
if [ $(php -r "echo PHP_MAJOR_VERSION;") = "5" ]; then \
pecl install xdebug-2.5.5; \