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

error in hp_get_function_name #68

Open youyoubao opened 9 years ago

youyoubao commented 9 years ago

aa

when I use phalcon frameworks , report above errors. php version is 5.5.26. tks

beberlei commented 9 years ago

You could try this with our fork of XHProf https://github.com/tideways/php-profiler-extension - it solves the PHP 5.5+ segfaults in a more clean way and should work even for Phalcon. I'd be interested if it does.