Skip to content

Instantly share code, notes, and snippets.

@tommcfarlin
Created July 15, 2016 18:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tommcfarlin/54d993798e3806cf06175487c1b71565 to your computer and use it in GitHub Desktop.
Save tommcfarlin/54d993798e3806cf06175487c1b71565 to your computer and use it in GitHub Desktop.
[WordPress] Using Xdebug with Pressmatic
[Xdebug]
zend_extension = /opt/php/5.3.29/lib/php/extensions/no-debug-non-zts-20090626/xdebug.so
xdebug.remote_enable=1
xdebug.remote_connect_back=On
xdebug.remote_port="9000"
[Xdebug]
zend_extension = /opt/php/5.3.29/lib/php/extensions/no-debug-non-zts-20090626/xdebug.so
xdebug.remote_enable=1
xdebug.remote_connect_back=On
xdebug.remote_port="9000"
xdebug.profiler_enable=0
xdebug.remote_host=192.168.90.100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment