Hello all.
I've just found out there is a new beta version and went on trying it.
I found out it works just fine with the old PHP library
(FirePHPCore-0.1.2.1) except for the message saying the library is
outdated, but shows me nothing at all with the new
one(FirePHPCore-0.2.b.1.zip).
I've run the thing against the same couple of files, both the OO
version and fb, switching version by loading the library from a
different folder. The test file throws an exception and logs a
FirePHP::ERROR.
With the old library I got both messages to show in the console and in
the net panel; with the new library the console stayed empty and the
net panel stayed stuck on 'Loading...'
Environment:
Windows XP Pro SP3
Apache 1.3.29
PHP 5.2.6
Firefox 3.0.3
Firebug 1.3.0a2
FirePHP ext. 0.2.b.1
HTTP headers (FirePHPCore-0.1.2.1):
X-FirePHP-Data-100000000001: {
X-FirePHP-Data-300000000001: "FirePHP.Firebug.Console":[
X-FirePHP-Data-301614728900: ["EXCEPTION",
{"Class":"Exception","Message":"Missing file test.php","File":"C:\\php\
\includes\\autoprepend.inc.php","Line":32,"Type":"throw","Trace":
[{"file":"C:\\Apache\\htdocs\\test\\index.php","line":
3,"function":"require"}]}],
X-FirePHP-Data-301616285400: ["ERROR",["Posted: ",[]]],
X-FirePHP-Data-399999999999: ["__SKIP__"]],
X-FirePHP-Data-999999999999: "__SKIP__":"__SKIP__"}
HTTP headers (FirePHPCore-0.2.b.1):
X-Wf-1-1-1-1: |[{"Type":"EXCEPTION"},
{"Class":"Exception","Message":"Missing file test.php","File":"C:\\php\
\includes\\autoprepend.inc.php","Line":32,"Type":"throw","Trace":
[{"file":"C:\\Apache\\htdocs\\test\\index.php","line":
3,"function":"require"}]}]|
X-Wf-1-1-1-2: |[{"Type":"ERROR","Label":"Posted: "},[]]|
X-Wf-1-Index: 2
X-Wf-1-Plugin-1:
http://meta.firephp.org/Wildfire/Plugin/FirePHP/Library-FirePHPCore/0.2.b.1
X-Wf-1-Structure-1:
http://meta.firephp.org/Wildfire/Structure/FirePHP/FirebugConsole/0.1
X-Wf-Protocol-1:
http://meta.wildfirehq.org/Protocol/JsonStream/0.1
I took a quick look with Xdebug, but couldn't find anything obviously
wrong. Any idea?