Skip to content

Instantly share code, notes, and snippets.

@renekreijveld
Created July 18, 2024 12:05
Show Gist options
  • Save renekreijveld/53846c52dc4bb072f3a2878c19978d8a to your computer and use it in GitHub Desktop.
Save renekreijveld/53846c52dc4bb072f3a2878c19978d8a to your computer and use it in GitHub Desktop.
PHP Xdebug configuration
[xdebug]
zend_extension = "xdebug.so"
xdebug.mode = develop,debug
xdebug.start_with_request = yes
xdebug.client_host = 127.0.0.1
xdebug.discover_client_host = 1
xdebug.client_port = 9003
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment