Last active
November 27, 2018 18:44
-
-
Save dannyedel/6917803 to your computer and use it in GitHub Desktop.
/etc/php5/conf.d/20-xdebug.ini
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/lib/php5/20100525/xdebug.so | |
xdebug.max_nesting_level = 250 | |
xdebug.remote_enable = 1 | |
xdebug.remote_port = 9000 | |
xdebug.remote_host = 127.0.0.1 | |
xdebug.remote_handler = dbgp |
why there is a 20- prefix ? should I change it to xdebug.ini
Found this:
https://unix.stackexchange.com/questions/134520/what-is-the-number-prefix-in-config-files-from-d-directory
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
why there is a 20- prefix ? should I change it to xdebug.ini