longxinH / xhprof

PHP7/PHP8 support
http://pecl.php.net/package/xhprof
Apache License 2.0
1.07k stars 166 forks source link

Make sure xhprof_error doesn't get multiple definition: "Cannot redeclare xhprof_error() (previously declared" #59

Closed rfay closed 3 years ago

rfay commented 3 years ago

I kept seeing errors like this at the bottom of the screen when using xhprof:

Fatal error: Cannot redeclare xhprof_error() (previously declared in /var/www/html/web/xhprof/xhprof_lib/utils/xhprof_lib.php:22) in /var/www/xhprof/xhprof_lib/utils/xhprof_lib.php on line 22

I didn't study why or where it occurs (PHP 7.4) but here's a patch to make sure it doesn't get double-defined.