Skip to content

Instantly share code, notes, and snippets.

@qa1
Forked from mbpcoder/php.ini
Created July 11, 2020 06:37
Show Gist options
  • Save qa1/5c83b846e897d71c3ceb661818bd94f6 to your computer and use it in GitHub Desktop.
Save qa1/5c83b846e897d71c3ceb661818bd94f6 to your computer and use it in GitHub Desktop.
Xdebug Configuration for php.ini
[xdebug]
zend_extension ="c:\xampp\php\ext\php_xdebug.dll"
xdebug.remote_port=9000
xdebug.remote_autostart=on
xdebug.remote_enable=on
xdebug.profiler_enable = off
xdebug.profiler_enable_trigger = Off
xdebug.profiler_output_name = cachegrind.out.%t.%p
xdebug.profiler_output_dir ="c:/xampp/tmp"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment