tideways / php-xhprof-extension

This XHProf PHP extension fork has outlived its purpose and is archived in favor of the revitalized https://github.com/longxinH/xhprof
https://tideways.com
Apache License 2.0
1.63k stars 209 forks source link

Empty result in PHP 7.4.2 #93

Open distvan opened 4 years ago

distvan commented 4 years ago

When I upgrade my php version 7.4.1 => 7.4.2 The result is: a:0:{} It works well with 7.4.1

beberlei commented 4 years ago

@distvan thanks confusing, will check

beberlei commented 4 years ago

I cannot reproduce this, can you verify that maybe tideways_xhprof_enable just wasn't started? tideways_xhprof_disable() always returns an array, even when enable hasn't been called before.