You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2: /tmp/xdebug/xdebug-3.2.0/src/base/filter.c:346:10: fatal error: mm.h: No such file or directory
2: 346 | #include "mm.h"
2: | ^~~~~~
2: compilation terminated.
This seems to be caused by base/filter.c somehow including the content of lib/str.c during compilation. See mlocati/docker-php-extension-installer#674 for more info about the issue
The text was updated successfully, but these errors were encountered:
I'm using docker in docker (DIND) to build my base php8.2 container and I'm running into an issue trying to install xdebug that only shows up in DIND: https://gitlab.com/portlandlabs/containers/-/jobs/3481867623
This seems to be caused by
base/filter.c
somehow including the content oflib/str.c
during compilation. See mlocati/docker-php-extension-installer#674 for more info about the issueThe text was updated successfully, but these errors were encountered: