Export to GitHub

firephp - issue #192
FirePHP does not log primitives correctly (TRUE,FALSE,NULL, etc)
Posted on Nov 19, 2012 by
Helpful Elephant
What versions and operating system are you using?
OS:Win7 Firefox:16.0.2 Firebug:1.10.6 FirePHP Server Library:0.3 FirePHP Extension:0.7.1
What is the problem? $firephp->log(true) results in log output: 1 $firephp->log(false) results in log output: <empty string>
What steps will reproduce the problem? See above
What is the expected output? What do you see instead? See above
Comment #1
Posted on Nov 19, 2012 by Happy Camel(No comment was entered for this change.)
Status: Accepted
Labels:
Type-Defect
Priority-Medium