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