Created
May 13, 2015 15:14
-
-
Save bleft/8858fd6e7ad238fd660a to your computer and use it in GitHub Desktop.
php ini with XDebug
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=/usr/lib/php/extensions/no-debug-non-zts-20121212/xdebug.so | |
xdebug.remote_enable=1 | |
xdebug.remote_autostart=On | |
xdebug.remote_port=9000 | |
xdebug.profiler_enable_trigger=1 | |
xdebug.max_nesting_level=250 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment