Skip to content

Instantly share code, notes, and snippets.

@fcaldarelli
Created March 4, 2021 09:54
Show Gist options
  • Save fcaldarelli/1519a33ff47f0f38da0b938959eb9211 to your computer and use it in GitHub Desktop.
Save fcaldarelli/1519a33ff47f0f38da0b938959eb9211 to your computer and use it in GitHub Desktop.
zend_extension=xdebug.so
xdebug.remote_autostart = 1
xdebug.remote_enable = 1
xdebug.remote_handler = dbgp
xdebug.remote_host = 127.0.0.1
xdebug.remote_log = /tmp/xdebug_remote.log
xdebug.remote_mode = req
xdebug.remote_port = 9005 #if you want to change the port you can change
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment