I have the FirePHP FireFox extionsion installed and it appears to be working. I also have take the sample code to test, but I am not getting a response.
<?php
require('FirePHPCore/fb.php');
ob_start();
$firephp = FirePHP::getInstance(true);
$var = array('i'=>10, 'j'=>20);
$firephp->log($var, 'Iterators');
I don't see any extra headers in the Firebug NET tab - so I'm wondering if there are special instructions for configuring FirePHP when using PHP FPM or through Nginx.
PHP Version 5.3.6-13ubuntu3.2
Update: Server Response Headers
Server nginx/1.0.5
Date Mon, 19 Dec 2011 19:12:16 GMT
Content-Type text/html
Transfer-Encoding chunked
Connection keep-alive
X-Powered-By PHP/5.3.6-13ubuntu3.3
Content-Encoding gzip
Request Headersview source
Host localhost