longxinH / xhprof

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

Fix curl PHP 8 compatibility #44

Closed andypost closed 3 years ago

andypost commented 3 years ago

In 8+ curl using objects instead of resources https://github.com/php/php-src/pull/5402

It does revert test split as URL now logged)

longxinH commented 3 years ago

@andypost Great!