Bump xdebug to 3.3.0, Support PHP 8.3

This commit is contained in:
erikn69
2023-11-30 12:48:52 -05:00
parent 397e45cf4d
commit 5d638d3907
2 changed files with 2 additions and 2 deletions

View File

@@ -345,7 +345,7 @@ RUN if [ ${INSTALL_XDEBUG} = true ]; then \
apt-get install -yqq pkg-config php-xml php${LARADOCK_PHP_VERSION}-xml && \
if [ $(php -r "echo PHP_MAJOR_VERSION;") = "8" ] || { [ $(php -r "echo PHP_MAJOR_VERSION;") = "7" ] && { [ $(php -r "echo PHP_MINOR_VERSION;") = "4" ] || [ $(php -r "echo PHP_MINOR_VERSION;") = "3" ] ;} ;}; then \
if [ $(php -r "echo PHP_MAJOR_VERSION;") = "8" ]; then \
pecl install xdebug-3.2.2; \
pecl install xdebug-3.3.0; \
else \
pecl install xdebug-3.1.6; \
fi; \