php5.5运行 xhprof_enable 会发生段错误Segmentation fault: 11,这是一个已知的bug。 下面是报错测试脚本:
最新更新:可使用该扩展,已支持到php7,该扩展的开发者提供性能监控云服务,通常本身用用,只用扩展就好了 https://github.com/tideways/php-profiler-extension https://ci.appveyor.com/project/tideways/php-profiler-extension/build/1.0.139/job/pearxy1oq923u2v0/artifacts
function loader() {php
// <empty>git
}github
spl_autoload_register('loader', $throw = true);apache
xhprof_enable();php7
class_exists('ThisClassDoesNotExist');app
echo "OK\n";ide