Skip to content

Instantly share code, notes, and snippets.

@luisuribe
Created October 27, 2011 15:24
Show Gist options
  • Select an option

  • Save luisuribe/1319868 to your computer and use it in GitHub Desktop.

Select an option

Save luisuribe/1319868 to your computer and use it in GitHub Desktop.
xdebug.ini
root@volatile:~# cat /etc/php5/conf.d/xdebug.ini
xdebug.var_display_max_data = 10240
xdebug.var_display_max_depth = 4
xdebug.max_nesting_level = 100
xdebug.var_display_max_children = 128
zend_extension=/usr/lib/php5/20090626+lfs/xdebug.so
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment