Index: trunk/extensions/FirePHP/README |
— | — | @@ -0,0 +1,13 @@ |
| 2 | +FirePHP is an extension to Firebug, an awesome debugging extension to Firefox. |
| 3 | + |
| 4 | +It allows pulling debug log data in from your PHP script via HTTP headers, |
| 5 | +which then get displayed in Firebug's console along with errors, warnings, |
| 6 | +and AJAX hits from the web page. |
| 7 | + |
| 8 | +Please note that a few lines of output won't make it to FirePHP as they are |
| 9 | +output either before we've done all plugin initialization, or after we've |
| 10 | +flushed output and can no longer add HTTP headers. |
| 11 | + |
| 12 | +This extension requires MediaWiki 1.19 which added the 'Debug' hook. |
| 13 | + |
| 14 | +lib/FirePHP.class.php is BSD-licensed |
Property changes on: trunk/extensions/FirePHP/README |
___________________________________________________________________ |
Added: svn:eol-style |
1 | 15 | + native |