phacility / xhprof

XHProf is a function-level hierarchical profiler for PHP and has a simple HTML based user interface.
http://pecl.php.net/package/xhprof
Apache License 2.0
2.6k stars 925 forks source link

Compiled DLL for Windows for PHP 5.6 #86

Open garethellis36 opened 8 years ago

garethellis36 commented 8 years ago

Hello,

The windows.php.net download site has compiled DLLs for PHP 5.3, 5.4 and 5.5 but not 5.6.

Is there any chance this can be provided please?

http://windows.php.net/downloads/pecl/releases/xhprof/0.10.6/

beberlei commented 8 years ago

@garethellis36 our xhprof fork tideways is currently being ported to support Windows, you can find a beta release here on appveyor https://ci.appveyor.com/project/tideways/php-profiler-extension/build/1.0.139 - click on your version and if you want TS or not and then on "Artifacts" you can download the DLL.

The original code base here was never ported to support Windows, this was an individual patch that was never merged back into this repository, you can see this by the version number 0.9.* that this repository has (not 0.10.*).

RoxKilly commented 7 years ago

@beberlei Can the extension you linked to be used without internet access? Meaning can I profile and see my results all locally? Or does this require a paid account or even just an account on tideways to use?