jasonusa / webgrind

Automatically exported from code.google.com/p/webgrind
Other
0 stars 0 forks source link

static function xdebugOutputDir() not works if xdebug ext not loaded. #13

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
ini_get('xdebug.profiler_output_dir') - returns ''.

So I must to edit xdebugOutputDir function's body to replace '/tmp/' on my 
path:
return 'D:/xdebug/';

What if make some default values in Webgrind_Config class definetion (like 
in older versions, like 'defaultHideInternalFunctions' for example)?

WinXP, PHP 5.2.4, xDebug 2.0.3.0

Original issue reported on code.google.com by dmiFedorenko on 24 Jun 2008 at 12:05

GoogleCodeExporter commented 8 years ago
Right you are. 
I've patched you suggestion in the latest svn. It will be included in next 
release.

Thanks

Original comment by gugakf...@gmail.com on 24 Jun 2008 at 8:08