Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2014
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. zend_extension="/usr/local/lib/php/extensions/no-debug-non-zts-20060613/xdebug.so
  2. [XDebug]
  3. xdebug.profiler_append = 1
  4. xdebug.profiler_enable = 0 (I've tried this both on and off)
  5. xdebug.profiler_enable_trigger = 1
  6. xdebug.profiler_output_dir = "/debug/xdebug/profiler_output_dir"
  7. xdebug.profiler_output_name = "cachegrind.out.%p"
  8.  
  9. http://mydomain.com/my_page.php?XDEBUG_PROFILE
  10. -or-
  11. http://mydomain.com/my_page.php?XDEBUG_PROFILE=1
  12.  
  13. xdebug.profiler_append=1
  14. xdebug.profiler_output_dir ="/home/username/debug/xdebug/profiler_output_dir"
  15. xdebug.profiler_output_name = "cachegrind.out.%s.%H"
  16.  
  17. sudo chmod go+w /home/dimitris/cachegrind/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement