Skip to content

Instantly share code, notes, and snippets.

@dannyedel
Last active November 27, 2018 18:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dannyedel/6917803 to your computer and use it in GitHub Desktop.
Save dannyedel/6917803 to your computer and use it in GitHub Desktop.
/etc/php5/conf.d/20-xdebug.ini
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
Copy link

ghost commented Nov 27, 2014

why there is a 20- prefix ? should I change it to xdebug.ini

@jzhang917
Copy link

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