Created
March 16, 2016 20:32
-
-
Save NoiseEee/ef2f5ef4d03aed215f0b 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] | |
#PHP 7 extension dir below; use appropriate path | |
zend_extension = /usr/local/lib/php/extensions/no-debug-non-zts-20151012/xdebug.so | |
xdebug.remote_enable=1 | |
xdebug.remote_autostart=1 | |
xdebug.remote_connect_back=1 | |
xdebug.remote_port=9000 | |
xdebug.profiler_enable=1 | |
xdebug.profiler_output_dir="/tmp" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment