Skip to content

Instantly share code, notes, and snippets.

@aohorodnyk
Created July 14, 2016 11:31
Show Gist options
  • Save aohorodnyk/55eb793503dbcda1e9a4c85e3747be47 to your computer and use it in GitHub Desktop.
Save aohorodnyk/55eb793503dbcda1e9a4c85e3747be47 to your computer and use it in GitHub Desktop.
zend_extension=xdebug.so
xdebug.max_nesting_level=200
xdebug.default_enable=1
xdebug.remote_autostart=0
xdebug.remote_enable=1
xdebug.remote_port=9000
xdebug.remote_connect_back=0
xdebug.remote_host=10.0.2.2
xdebug.idekey=PHPSTORM
xdebug.remote_handler=dbgp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment