Skip to content

Instantly share code, notes, and snippets.

@linxlad
Created March 10, 2015 12:44
Show Gist options
  • Save linxlad/8ad6602d65a6b721ab28 to your computer and use it in GitHub Desktop.
Save linxlad/8ad6602d65a6b721ab28 to your computer and use it in GitHub Desktop.
; Enable xdebug extension module
zend_extension=/usr/lib64/php/modules/xdebug.so
xdebug.remote_enable = 1
xdebug.renite_enable = 1
xdebug.max_nesting_level = 1000
xdebug.profiler_enable_trigger = 1
xdebug.remote_port="9000"
xdebug.profiler_enable=1
xdebug.idekey=PHPSTORM
xdebug.remote_host="127.0.0.1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment