gajus / xhprof.io

GUI to analyze the profiling data collected using XHProf – A Hierarchical Profiler for PHP.
http://xhprof.io/
Other
429 stars 103 forks source link

help users debug errors in xhprofio with more meaningfull messages than ... #56

Closed staabm closed 10 years ago

staabm commented 10 years ago

..."fatal error with unknown stack trace" on php < 5.4

staabm commented 10 years ago

started to maintain my own fork, because of the inactivity here. https://github.com/staabm/xhprof.io

Feel free to collaborate there, I will try to keep it up 2 date

gajus commented 10 years ago

My only problem with this is use of log_exception. I assume this is part of either of the major frameworks. However, I'd like keep these (even with the if conditional) out of the code as to most of the users this will introduce more confusion than good.

Your code seem to indicate that there is an issue with PHP 5.3 version? It is not going to be supported in the next release.

By the way, there are a lot of changes coming.