Skip to content

Instantly share code, notes, and snippets.

@jruzafa
Created March 6, 2025 18:48
Show Gist options
  • Save jruzafa/190033a6a3f981480a1cb3093a41f34c to your computer and use it in GitHub Desktop.
Save jruzafa/190033a6a3f981480a1cb3093a41f34c to your computer and use it in GitHub Desktop.
php 8 xdebug config with docker
- PHP_OPCACHE_VALIDATE_TIMESTAMPS=1
- PHP_XDEBUG_MODE=${XDEBUG_MODE:-off}
- PHP_XDEBUG_REMOTE_HOST=host.docker.internal
- PHP_DISPLAY_ERRORS=1
- PHP_IDE_CONFIG=serverName=acme.test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment