Created
October 3, 2015 11:55
-
-
Save litzinger/ea7c1b3c74d0e7a5feef to your computer and use it in GitHub Desktop.
MAMP php.ini extra settings
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] | |
zend_extension="/Applications/MAMP/bin/php/php5.4.33/lib/php/extensions/no-debug-non-zts-20100525/xdebug.so" | |
xdebug.remote_enable=1 | |
xdebug.remote_host=localhost | |
xdebug.remote_port=9000 | |
xdebug.remote_autostart=1 | |
xdebug.profiler_enable=0 | |
xdebug.profiler_output_dir="/Users/blitzing/Documents/vhosts/_logs/webgrind" | |
xdebug.profiler_enable_trigger=1 | |
xdebug.profiler_output_name = cachegrind.out.%t.%p |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment