ID:               16383
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Bogus
+Status:           Open
 Bug Type:         MySQL related
 Operating System: Win2000
 PHP Version:      4.1.1
 New Comment:

Why you decide that it's a support question?
No, you are not right. It's not important for me, as I found a way to
make my scripts work fine even with this error.
But I still think that php development team should know that their
function doesn't work the way it has to.  
If function has to return an array with integer value, but returns an
array with string value - it's a bug.
That's why I wrote here.

Sincerely, Val [EMAIL PROTECTED]


Previous Comments:
------------------------------------------------------------------------

[2002-04-01 16:39:44] [EMAIL PROTECTED]

The bug system is not the appropriate forum for asking support
questions. For a list of a range of more appropriate places to ask
for help using PHP, please visit http://www.php.net/support.php

------------------------------------------------------------------------

[2002-04-01 16:30:05] [EMAIL PROTECTED]

Hello, 

I found a strange behaviour while was working with mysql_fetch_array
and mysql_fetch_assoc.
Even if table has an integer field, the result I got from functions
listed above will list this value as string. 

php.ini 
magic_quotes_runtime = Off

simple example.
imagine that we
"create table tripreport (ID tinyint)"
then we "insert into MYTABLE (ID) values (1)"
then $r="select * from MYTABLE where ID=1"
then $f=mysql_fetch_assoc($r);
then $id=$f["ID"];
then echo gettype($id) will print "string".

is it an internal MySQL bug of PHP makes a mistake?

take care, Val

------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=16383&edit=1

Reply via email to