Replies: 1 comment
-
|
Indeed, xdebug should work in PHP 8.1 as well. Could you try pulling ( |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have been running
php-80-fpm-devfor quite some time and have had Xdebug working without issues. I am now attempting to update myDockerfileanddocker-compose-ymlto point tobref/php-81-fpm-devandbref/php-81-fpm-dev:1.7.24, respectively.When I run
docker-compose up --buildthe container builds, but I see this error:It's my understanding that all of the dev images come with Xdebug installed and as I said above, Xdebug works when I use
php-80-fpm-dev. Any ideas of what could be happening here?Beta Was this translation helpful? Give feedback.
All reactions