Skip to content
This repository has been archived by the owner on Sep 23, 2021. It is now read-only.

pecl/xdebug requires PHP (version >= 7.2.0, version <= 8.0.99), installed version is 7.1.33 #68

Open
GrumpyMeow opened this issue Jan 16, 2021 · 1 comment

Comments

@GrumpyMeow
Copy link

Hi,

I'm just trying to start this environment. Eventually i get the error:

pecl/xdebug requires PHP (version >= 7.2.0, version <= 8.0.99), installed version is 7.1.33

I had to modify in the ./docker-environment/docker/php/Dockerfile:
RUN pecl install xdebug to RUN pecl install xdebug-2.9.0

@Daigtas
Copy link

Daigtas commented Aug 2, 2021

confirmed, changing line 75 to RUN pecl install xdebug-2.9.0 will fix it.

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

No branches or pull requests

2 participants