We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Flame Graph does not build with Tideways on PHP8, only with Xhprof
To Reproduce Steps to reproduce the behavior:
tideways_xhprof.so
Expected behavior See full Flame Graph.
Screenshots
Additional context When I switched to the Xhprof extension, collect profile details again, and aggregated them. After I saw the full Flame Graph.
$ php -dextension=xhprof -v PHP 8.0.12 (cli) (built: Oct 22 2021 12:34:00) ( NTS ) Copyright (c) The PHP Group Zend Engine v4.0.12, Copyright (c) Zend Technologies with Zend OPcache v8.0.12, Copyright (c), by Zend Technologies $ php -dextension=xhprof -m [PHP Modules] apcu bcmath calendar Core ctype curl date dom exif FFI fileinfo filter ftp gd gettext gmp hash iconv imagick intl json libxml mbstring mysqli mysqlnd newrelic openssl pcntl pcre PDO pdo_mysql Phar posix readline Reflection session shmop SimpleXML soap sockets sodium SPL ssh2 standard sysvmsg sysvsem sysvshm tokenizer xhprof xml xmlreader xmlwriter xsl Zend OPcache zlib [Zend Modules] Zend OPcache
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Flame Graph does not build with Tideways on PHP8, only with Xhprof
To Reproduce
Steps to reproduce the behavior:
tideways_xhprof.so
on PHP 8.Expected behavior
See full Flame Graph.
Screenshots
Additional context
When I switched to the Xhprof extension, collect profile details again, and aggregated them.
After I saw the full Flame Graph.
$ php -dextension=xhprof -v PHP 8.0.12 (cli) (built: Oct 22 2021 12:34:00) ( NTS ) Copyright (c) The PHP Group Zend Engine v4.0.12, Copyright (c) Zend Technologies with Zend OPcache v8.0.12, Copyright (c), by Zend Technologies $ php -dextension=xhprof -m [PHP Modules] apcu bcmath calendar Core ctype curl date dom exif FFI fileinfo filter ftp gd gettext gmp hash iconv imagick intl json libxml mbstring mysqli mysqlnd newrelic openssl pcntl pcre PDO pdo_mysql Phar posix readline Reflection session shmop SimpleXML soap sockets sodium SPL ssh2 standard sysvmsg sysvsem sysvshm tokenizer xhprof xml xmlreader xmlwriter xsl Zend OPcache zlib [Zend Modules] Zend OPcache
The text was updated successfully, but these errors were encountered: