Skip to content

Instantly share code, notes, and snippets.

@chrispian
Created March 25, 2021 00:53
Show Gist options
  • Save chrispian/c4b6fa371b937b6295e25bd6f6f8f6f7 to your computer and use it in GitHub Desktop.
Save chrispian/c4b6fa371b937b6295e25bd6f6f8f6f7 to your computer and use it in GitHub Desktop.
xdebug config for php.ini in Local by Flywheel
[Xdebug]
# Make sure to point to the correct php version for this local.
zend_extension = /opt/php/7.2.0/lib/php/extensions/no-debug-non-zts-20170718/xdebug.so
xdebug.remote_enable=1
xdebug.remote_connect_back=On
xdebug.remote_port=9090
xdebug.profiler_enable=0
xdebug.remote_host=localhost
xdebug.remote_handler=dbgp
xdebug.remote_mode=req
xdebug.remote_autostart=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment