vanilla/vanilla-docker

feature/latest-php-74 failing due to incapatible php version and xdebug module.

nervoustwit opened this issue · 1 comments

#0 25.05 pecl/xdebug requires PHP (version >= 8.0.0, version <= 8.2.99), installed version is 7.4.33
#0 25.05 No valid packages found
#0 25.05 install failed

SOLUTION: edit the line

 && pecl install xdebug \

in the php-fpm Dockerfile to

&& pecl install xdebug-3.1.0 \

Just to be clear, this is only an issue on latest-php-74.