Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
nervoustwit opened this issue Dec 27, 2022 · 1 comment

Comments

@nervoustwit
Copy link
Contributor

nervoustwit commented Dec 27, 2022

#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 \
@nervoustwit
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant