Skip to content

Instantly share code, notes, and snippets.

@dmitriynet
Created October 28, 2015 08:40
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 dmitriynet/87c850b436a062e414a6 to your computer and use it in GitHub Desktop.
Save dmitriynet/87c850b436a062e414a6 to your computer and use it in GitHub Desktop.
xdebug.profiler_append = 1
xdebug.profiler_enable = 1
xdebug.profiler_enable_trigger = 0
xdebug.idekey="PHPSTORM"
xdebug.remote_enable=true
xdebug.remote_host=127.0.0.1
xdebug.remote_port=9000
xdebug.remote_connect_back=1
xdebug.remote_autostart=1
xdebug.remote_log="/usr/local/apache/logs/xdebug.log"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment