Created
August 5, 2014 21:14
-
-
Save dyangrev/71b9e8d17b9e497c2068 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| xdebug.collect_params=2 | |
| xdebug.default_enable=0 # do not enable by default | |
| # profiler config | |
| xdebug.profiler_output_dir=/var/log/xdebug | |
| xdebug.profiler_append=1 | |
| xdebug.profiler_enable=0 | |
| # trigger manually only | |
| xdebug.profiler_enable_trigger=1 | |
| xdebug.profiler_output_name=profile.%R.%t | |
| # trace config | |
| xdebug.trace_output_dir=/var/log/xdebug | |
| xdebug.auto_trace=0 | |
| # trigger manually only | |
| xdebug.trace_enable_trigger=1 | |
| xdebug.trace_options=1 | |
| xdebug.trace_output_name=trace.%R.%t | |
| xdebug.show_mem_delta=1 | |
| xdebug.trace_format=1 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment