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

Fix wrong constant case (\AY\DEBUG -> \ay\DEBUG) #59

Closed kasperisager closed 10 years ago

kasperisager commented 10 years ago

Otherwise it throws an error when running XHProf.io under HHVM

staabm commented 10 years ago

This is one of the issues which are already fixed in https://github.com/staabm/xhprof.io

Just in case..

kasperisager commented 10 years ago

Neat, I'll give it a shot!

kasperisager commented 10 years ago

No cake, it hasn't been fixed: https://github.com/staabm/xhprof.io/blob/master/xhprof/includes/bootstrap.inc.php#L70

staabm commented 10 years ago

Missed this occurence in https://github.com/staabm/xhprof.io/commit/4cef1f5c3a23371f81cf27e96ee4635b562d353a

Will be fixed on monday, or immediately in case you provide the PR :-)