Skip to content

Instantly share code, notes, and snippets.

@tvlooy
Created November 30, 2017 13:20
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 tvlooy/7bfc14f3db1dff2b6e37e76e9a7809fc to your computer and use it in GitHub Desktop.
Save tvlooy/7bfc14f3db1dff2b6e37e76e9a7809fc to your computer and use it in GitHub Desktop.
xdebug profiling tracing
zend_extension=/usr/lib/php5/20100525/xdebug.so
;xdebug.remote_enable=1
;xdebug.remote_autostart=1
;xdebug.remote_host=192.168.33.1
;xdebug.max_nesting_level=256
;xdebug.profiler_enable=1
;xdebug.profiler_output_dir=/tmp/xdebug
; Read https://derickrethans.nl/xdebug-and-tracing-memory-usage.html
;xdebug.auto_trace=1
;xdebug.trace_output_dir=/tmp/xdebug
;xdebug.trace_format=1
;xdebug.trace_options=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment