Alex
Alex
Not sure what exactly is changed. For example since this project was originally forked from Facebook version the PHP extension was changed in a ways, that doesn't map to changes...
I guess there is line number too in that error message that you missed to report? While you're at it can you please link to corresponding code line on GitHub?
@Vidzz can you please use fenced blocks (see https://help.github.com/articles/github-flavored-markdown#syntax-highlighting) to enable code highlighting in your comments?
I see you've made a fix, please submit it in PR (pull request) format.
@Vidzz can you please send a PR with a fix?
Agreed. Please send a PR, where IP address detection will be made using new function.
I guess you should specify IP's that allowed to profile instead of excluding not allowed ones. This can be done via `$controlIPs` setting in your `config.php`: https://github.com/preinheimer/xhprof/blob/master/xhprof_lib/config.sample.php#L52-L54
Name of the setting suggests that can only have IP in there in general. No ports.
How come, that your website is served from variety of ports?
I see. Instead of application being located in the sub-folder you have 2 virtual hosts at different ports instead. Since IP address is the same the `_profile` cookie ends up...