ID: 24705
Updated by: [EMAIL PROTECTED]
Reported By: malko at the-ring dot homelinux dot net
-Status: Feedback
+Status: No Feedback
Bug Type: MySQL related
Operating System: Windows 2000
PHP Version: 4.3.1
New Comment:
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.
Previous Comments:
------------------------------------------------------------------------
[2003-07-18 06:28:15] [EMAIL PROTECTED]
And update to PHP 4.3.2 first..
------------------------------------------------------------------------
[2003-07-18 06:27:25] [EMAIL PROTECTED]
What do you get then? (works fine for me..)
------------------------------------------------------------------------
[2003-07-18 06:08:01] malko at the-ring dot homelinux dot net
Description:
------------
Config: php4.3.1 & php4.2.3
mysql 4.0.12
Problem: When using mysql_fetch_object for retrieve the result of
mysql_query("Desc table"); the Fields 'type' isn't correct (it work
well with mysql_fetch_array or mysql_fetch_object($resid,3))
Reproduce code:
---------------
$resid = mysql_query('Desc table');
while($data = mysql_fetch_object($resid)){
$result[] = $data;
}
print_r($result);
Expected result:
----------------
expects the result is right just this :p
Actual result:
--------------
error in field type value is wrong
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=24705&edit=1