|
@ -158,7 +158,13 @@ RUN if [ ${INSTALL_S3_MINIO_CLIENT} = true ]; then \ |
|
|
RUN if [ $(php -r "echo PHP_MAJOR_VERSION;") = "5" ]; then \ |
|
|
RUN if [ $(php -r "echo PHP_MAJOR_VERSION;") = "5" ]; then \ |
|
|
pecl install xdebug-2.5.5; \ |
|
|
pecl install xdebug-2.5.5; \ |
|
|
elif [ $(php -r "echo PHP_MAJOR_VERSION;") = "8" ]; then \ |
|
|
elif [ $(php -r "echo PHP_MAJOR_VERSION;") = "8" ]; then \ |
|
|
pecl install xdebug-3.1.6; \ |
|
|
|
|
|
|
|
|
if [ $(php -r "echo PHP_MINOR_VERSION;") = "1" ]; then \ |
|
|
|
|
|
pecl install xdebug-3.1.6; \ |
|
|
|
|
|
elif [ $(php -r "echo PHP_MINOR_VERSION;") = "2" ]; then \ |
|
|
|
|
|
pecl install xdebug-3.3.1; \ |
|
|
|
|
|
else \ |
|
|
|
|
|
pecl install xdebug; \ |
|
|
|
|
|
fi \ |
|
|
else \ |
|
|
else \ |
|
|
pecl install xdebug-2.9.8; \ |
|
|
pecl install xdebug-2.9.8; \ |
|
|
fi && \ |
|
|
fi && \ |
|
|