Closed avindra closed 8 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"
See #72.
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: