geerlingguy / geerlingguy/drupal-container
xdebug not working
Open
- Dominant language
- Shell
- Stars
- 48
- Forks
- 26
- PR merge metrics
- No merged PRs in 30d
Description
I recently pulled down the latest version of the docker image and xdebug is no longer working.
After some poking around inside the image, I found out that it's because the location of "xdebug.so" has changed.
In "/etc/php/7.4/mods-available/xdebug.ini", the "zend_extension" property is pointing to "/usr/lib/php/20170718/xdebug.so".
In the latest drupal image, it should be pointing to "/usr/lib/php/**20190902**/xdebug.so".
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.