Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@vladimir-light
Created September 3, 2018 11:26
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 vladimir-light/18fc9b055042f1687faa9b94d38f7f2d to your computer and use it in GitHub Desktop.
Save vladimir-light/18fc9b055042f1687faa9b94d38f7f2d to your computer and use it in GitHub Desktop.
X-Debug php.ini
[xdebug]
zend_extension ="C:/wamp64/bin/php/php7.1.12/zend_ext/php_xdebug-2.5.5-7.1-vc14-x86_64.dll"
xdebug.remote_enable = 1
xdebug.profiler_enable = 0
xdebug.profiler_enable_trigger = 0
xdebug.profiler_output_name = cachegrind.out.%t.%p
xdebug.profiler_output_dir ="c:/wamp64/tmp"
xdebug.show_local_vars=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment