Skip to content

Instantly share code, notes, and snippets.

@MihanEntalpo
Created August 14, 2013 10:30
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 MihanEntalpo/6229836 to your computer and use it in GitHub Desktop.
Save MihanEntalpo/6229836 to your computer and use it in GitHub Desktop.
zend_extension="/usr/lib/php5/20090626+lfs/xdebug.so"
[debug]
xdebug.auto_trace=0
xdebug.collect_includes=1
xdebug.collect_params=1
xdebug.collect_return=0
xdebug.extended_info=1
xdebug.show_local_vars=1
xdebug.show_mem_delta=1
xdebug.max_nesting_level=100
xdebug.trace_format=0
xdebug.trace_output_dir= "/var/log/php5-fpm/php-fpm-xdebug-trace"
xdebug.trace_options=0
xdebug.trace_output_name=timestamp
xdebug.remote_autostart=1
xdebug.remote_enable=1
xdebug.remote_handler=dbgp
xdebug.remote_host=127.0.0.1
xdebug.remote_host=127.0.0.1
xdebug.remote_mode=req
xdebug.remote_port=9000
xdebug.remote_log="/var/log/php5-fpm/php-fpm-xdebug-remote"
xdebug.idekey=xdebug
xdebug.profiler_append=0
xdebug.profiler_enable=0
xdebug.profiler_enable_trigger=1
xdebug.profiler_output_dir= "/var/www/mihanentalpo/data/www/intranet.xn--24-dlclv3aeyi.local/tmp/"
xdebug.profiler_output_name=cachegrind-%H-%u.out
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment