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

Change version # to 0.9.4 to match PECL release #71

Closed avindra closed 8 years ago

avindra commented 9 years ago

Pecl is showing 0.9.4, yet the code is set to 0.9.2, which causes an inconsistency when trying to lookup the version number:

>>> $x = new \ReflectionExtension("xhprof");
>>> $x->getVersion();
=> "0.9.2"
epriestley commented 8 years ago

See #72.