Chingis

Results 127 comments of Chingis

Is this php5 issue? we no longer support php5

Try adding the env var `PHP_XDEBUG_REMOTE_LOG: /proc/self/fd/2`, does it change anything?

see https://github.com/wodby/docker4drupal/issues/468#issuecomment-780507532

oh, by the way, I've linked the issue that was for the previous xdebug major version, since then a lot of env vars have changed, see https://github.com/wodby/php/blob/master/8/templates/docker-php-ext-xdebug.ini.tmpl and https://github.com/wodby/docker4php/blob/master/docker-compose.yml#L41-L47

> You can work around this issue by manually mapping grave_accent_and_tilde -> non_us_backslash and vice versa in Karabiner. I've been using this method to fix the issue for years but...

We have to alter upstream generation scripts to adjust for our use, with the new versions and migration from travis to gh actions it was too painful to maintain and...

it's not enabled by default, check your env for PHP_DEBUG env var ``` $ docker pull wodby/drupal-php:8.0 $ docker run --rm wodby/drupal-php:8.0 sh -c 'php -m | grep -i xdebug'...

Sorry, closed by mistake

why do you change the fpm user? if you need the default user with uid 501 you should just use `-dev-macos` image variants

The extension looks abandoned to me, no php 8 support, PRs ignored by the maintainer.