Skip to content
New issue

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

Update Readme about Tideways #11

Open
revilon1991 opened this issue Aug 18, 2022 · 0 comments
Open

Update Readme about Tideways #11

revilon1991 opened this issue Aug 18, 2022 · 0 comments

Comments

@revilon1991
Copy link

Describe the bug
Flame Graph does not build with Tideways on PHP8, only with Xhprof

To Reproduce
Steps to reproduce the behavior:

  1. Install tideways_xhprof.so on PHP 8.
  2. Run script for profiling.
  3. Aggregate details.
  4. Go to Flame Graph.
  5. See empty Flame Graph.

Expected behavior
See full Flame Graph.

Screenshots
185347034-d49affe0-4267-4faf-85cf-ca6a37a58d96

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant