geerlingguy / geerlingguy/drupal-container

xdebug not working

Open
#31 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.