Skip to content

Instantly share code, notes, and snippets.

@yaph
Created November 21, 2011 10:13
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yaph/1382219 to your computer and use it in GitHub Desktop.
Save yaph/1382219 to your computer and use it in GitHub Desktop.
Enable the Xdebug profiler in .htaccess
php_value xdebug.profiler_enable 1
php_value xdebug.profiler_output_dir /tmp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment