Skip to content

Instantly share code, notes, and snippets.

@maranemil
Created April 27, 2015 07:26
Show Gist options
  • Save maranemil/0adfcd96747629899013 to your computer and use it in GitHub Desktop.
Save maranemil/0adfcd96747629899013 to your computer and use it in GitHub Desktop.
Xampp 1.8.2 Ubuntu APC XDEBUG settings php.ini
;[xdebug]
;zend_extension=/usr/lib/php5/20121212/xdebug.so
;zend_extension=/opt/lampp/lib/php/extensions/no-debug-non-zts-20100525/xdebug.so
;xdebug.auto_trace = 0
;xdebug.default_enable = 1
;xdebug.idekey = "PHPSTORM"
;xdebug.extended_info=1
;xdebug.show_local_vars=1
;xdebug.remote_log=/home/user/xdebug-log.txt
;xdebug.remote_enable=1
;xdebug.remote_host=localhost
;xdebug.remote_port=9000
;xdebug.remote_handler="dbgp"
;xdebug.remote_autostart = 1
;xdebug.remote_mode = "req"
;cgi.force_redirect = 0
;xdebug.show_exception_trace = 0
;xdebug.show_local_vars = 0
;xdebug.show_mem_delta = 0
;xdebug.trace_format = 0
;xdebug.trace_options = 0
;xdebug.trace_output_name = "trace.%H%R"
;xdebug.trace_output_dir = "/tmp"
;xdebug.var_display_max_children = 128
;xdebug.var_display_max_data = 512
;xdebug.var_display_max_depth = 3
;xdebug.profiler_enable = 1
;xdebug.profiler_enable_trigger = 1
;xdebug.profiler_output_dir="/tmp"
;xdebug.profiler_output_name = "cachegrind.out.%u"
[apc]
extension=/opt/lampp/lib/php/extensions/no-debug-non-zts-20100525/apc.so
apc.shm_segments = 1
apc.enabled = 1
apc.shm_size = 256
apc.max_file_size = 15M
apc.stat=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment