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

the latest version is 0.9.4? #72

Closed oikomi closed 8 years ago

oikomi commented 9 years ago

define XHPROF_VERSION "0.9.2"

see https://pecl.php.net/package/xhprof is 0.9.4

avindra commented 9 years ago

I noticed this too and made a PR

https://github.com/phacility/xhprof/pull/71

No response from the maintainers yet.

avindra commented 9 years ago

FYI I am using this manual hack to compile with the version reporting on pecl :

sed -i -e 's/define XHPROF_VERSION.*/define XHPROF_VERSION "0.9.4"/g'  xhprof.c
epriestley commented 8 years ago

The future of the relationship between this project and the PECL release isn't currently clear, and I'm not sure when it will become clear. We'll figure out a pathway forward when it does.