cadorn / firephp-libs

FirePHP Server Libraries
http://www.firephp.org/
23 stars 15 forks source link

Logging to Firebug Console not working for original page when redirecting #2

Closed cadorn closed 13 years ago

cadorn commented 13 years ago

When redirecting from a page using

header('Location: ' . $url);

The logs from the original page do not show in the Firebug Console.

cadorn commented 13 years ago

Also see: http://code.google.com/p/firephp/issues/detail?id=146

cadorn commented 13 years ago

This works for FirePHPCore 0.3 and FirePHP 1.0 using DeveloperCompanion on the client: http://docs.sourcemint.org/firephp.org/firephp/1/-docs/Clients#devcomp

lorenzos commented 11 years ago

No hope to get this fixed for classic PHP lib, outside DeveloperCompanion extension?