Ok, so I am finally trying out FirePHP.
I installed it and restarted firefox, enabled firebug for my localhost, moved the demo oo.php file that comes with the download into an IIS virtual directory, changed the include path, removed the apache_request_headers() call since I am running IIS and the only output I see?
Notice: Undefined offset: 1 in C:\Documents and Settings\georgem\My Documents\projects\auctronic\FirePHPCore\FirePHP.class.php on line 167
Hello World
Nothing appears in the Firebug console. Am I missing something?
EDIT: Noticed it said that output buffering has to be enabled so I added a call to ob_start() at the top of the file...same results.