-
-
Save rashkur/75438c5e7d7c5a4db261bcc094b55e2d 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
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 | |
mkdir /var/{traces,profiles} | |
chmod 1777 /var/{traces,profiles} | |
curl http://domain.tld/index.php?XDEBUG_TRACE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment