Skip to content

Instantly share code, notes, and snippets.

@bloatfan
Created March 29, 2017 09:35
Show Gist options
  • Save bloatfan/963b56a287745240f5fcef0d251ad0ca to your computer and use it in GitHub Desktop.
Save bloatfan/963b56a287745240f5fcef0d251ad0ca to your computer and use it in GitHub Desktop.
zend_extension=xdebug.so
xdebug.collect_return=1
xdebug.default_enable=1
xdebug.remote_enable=1
xdebug.remote_connect_back=0
xdebug.remote_host=192.168.10.1
xdebug.remote_port=7777
xdebug.max_nesting_level=512
xdebug.idekey=vagrant
xdebug.remote_autostart=1
xdebug.show_local_vars=1
xdebug.profiler_enable_trigger=1
request_terminate_timeout=600s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment