-
Notifications
You must be signed in to change notification settings - Fork 925
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
Xhprof build failed with php 7.1 #89
Comments
+1 |
The complete stack trace:
|
Same error for php 7.1.10 |
same in php 7.1.12 , xhprof 0.9.4 |
Same in PHP 7.1.11 |
i used tideways instead of xhprof... seems like xhprof will not support php7 |
u can use https://github.com/longxinH/xhprof/ |
Thanks a lot @KonstantinKuklin. Thats resolve the same error. |
Thanks a lot @KonstantinKuklin. It's worked |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I'm having php 7.1.0 installed via src and am trying to install xhprof extension from RustJason php7 branch but unable to build it. While running
make
command am getting this errorOn further investing I found that with php 7.0 in structure _zend_execute_data have
zend_class_entry * called_scope
which is not present in php 7.1. So is there any way to build xhprof with php 7.1.One solution is downgrade php 7.1 to 7.0 which is not possible.
So, please help me out in this.
The text was updated successfully, but these errors were encountered: