Skip to content

Instantly share code, notes, and snippets.

@pthiers
Last active September 21, 2017 14:52
Show Gist options
  • Save pthiers/fd4bcbf31a41c2f265362ad02fd9f4f6 to your computer and use it in GitHub Desktop.
Save pthiers/fd4bcbf31a41c2f265362ad02fd9f4f6 to your computer and use it in GitHub Desktop.
XDEBUG, profiling config
zend_extension=xdebug.so
xdebug.remote_enable=on
xdebug.max_nesting_level=256
xdebug.remote_autostart = 1
xdebug.remote_log="/tmp/xdebug.log"
xdebug.profiler_enable = 0
xdebug.profiler_enable_trigger = 1
xdebug.profiler_output_name = cachegrind.out-%H-%R
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment