preinheimer / xhprof

XHGUI is a GUI for the XHProf PHP extension, using a database backend, and pretty graphs to make it easy to use and interpret.
Other
833 stars 185 forks source link

Fixed "PHP Notice: Undefined index: HTTP_HOST" #79

Closed pvolyntsev closed 10 years ago

pvolyntsev commented 10 years ago

If this file used in php.ini like that

auto_prepend_file = /path/to/header.php

Then in CLI mode appear Fixed "PHP Notice: Undefined index: HTTP_HOST" in .../header.php on line 109

preinheimer commented 10 years ago

Thanks!