Created
April 21, 2017 19:15
-
-
Save Snawoot/328ab76c5a0b6567b37d921b5e91c699 to your computer and use it in GitHub Desktop.
This file contains 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
zend_extension=/usr/lib64/php/modules/xdebug.so | |
xdebug.trace_enable_trigger=1 | |
xdebug.trace_output_dir=/var/traces | |
xdebug.collect_params=4 | |
xdebug.overload_var_dump=0 | |
xdebug.profiler_enable_trigger=1 | |
xdebug.profiler_output_dir=/var/profiles |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment