From:             [EMAIL PROTECTED]
Operating system: Mandrake Linux
PHP version:      4.0.6
PHP Bug Type:     MySQL related
Bug description:  mysql_fetch_array returns good data even if resource identifier is 
bad

When calling mysql_fetch_array($foo) and $foo is not a valid resource
identifier (not even a defined variable), the function call will return
data from the last successful query instead erroring. 

This makes it very difficult to debug your code because you may return data
from a different query. Instead the function should return nothing so that
you know to look at your function call arguments.
-- 
Edit bug report at: http://bugs.php.net/?id=12799&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to