What versions and operating system are you using?
OS: MacOSX 10.6.4
Firefox: 3.6.12
Firebug: 1.5.4
FirePHP Server Library:
FirePHP Extension: 0.3
What is the problem?
Instances of mysqli_result object when logged with firephp have all properties
values equal to NULL
What steps will reproduce the problem?
1. connect to a MySQL server
2. select a database
3. execute a query with mysqli_query (an instance of mysqli_result is returned
by such function call)
What is the expected output? What do you see instead?
Properties like field_count or num_rows might be different from NULL (when
results can be returned after a query has been properly executed)
Please provide any additional information below.
using print_r can clearly show differences between what is output by firephp
and what should be returned
Original issue reported on code.google.com by shalky...@gmail.com on 5 Nov 2010 at 7:49
Original issue reported on code.google.com by
shalky...@gmail.com
on 5 Nov 2010 at 7:49