sandrocardoso86 / webgrind

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

Does not work with PHP 5.3.0 and XDebug 2.1 #43

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
After enabling latest release of XDebug 2.1 (http://twitter.com/xdebug/
status/3054234745) on PHP 5.3.0, I found that webgrind did not work
anymore

XDebug configuration

[xdebug]
zend_extension="C:\server\php53\ext\php_xdebug.dll"
xdebug.default_enable = On
xdebug.profiler_enable_trigger=on
xdebug.profiler_enable=on
xdebug.profiler_output_dir="C:\server\php53\xdebug"
xdebug.profiler_output_name timestamp

Webgrind can list a file named cachegrind.out.3740 but it can not
analyze it as usual. No error no warning

Attached generated profile

( copied from mailing list: http://groups.google.com/group/webgrind-
general/browse_thread/thread/8c4d0cbe7c878ed?hl=en )

Original issue reported on code.google.com by oett...@gmail.com on 2 Aug 2009 at 11:24

Attachments:

GoogleCodeExporter commented 8 years ago
There is no XDebug 2.1 release available on the website. It appears to only 
exist in binary form for Windows 
through the Twitter status.

Webgrind works with PHP 5.3 and Xdebug 2.0.5 in my testing

Original comment by gugakf...@gmail.com on 11 Aug 2009 at 11:00