If we are the author of one of the "Build Your Own" FirePHP libraries
(as I am for the Jaxer/ASP/Prototype/JavaScript one), How would I go
about getting the "You need to upgrade your FirePHP server library."
to not show up on the Firebug console?
Everything still seems to work since I last looked at this, but I
guess I'll need to change something to get that message removed.
Thanks,
Nathan
Christoph Dorn
()
Re: You need to upgrade your FirePHP server library. -- Yes I do!
The FirePHP extension now detects what compatibility the server library declares. By using the Protocol, Structure and Plugin headers you declare compatibility with the corresponding FirePHPCore implementation. In future you will also be able to declare your specific library and version and prompt users to upgrade if necessary.