From:             [EMAIL PROTECTED]
Operating system: RedHat 6.2
PHP version:      4.0.6
PHP Bug Type:     Feature/Change Request
Bug description:  mysql_fetch_* inconsistent with MySQL C API 

The handling of NULL values in mysql_fetch_* function seems to be
inconsistent with MySQL C API:
in C, mysql_fetch_row() would put nil values in the row array if
corresponding value in the select statement is NULL.
In PHP it seems, as dicussed on mysql_fetch_array() page, the NULL values
would not be stored in the array at all.
This poses some problems when migrating from C to PHP. Would it be possible
to introduce another function that would be consistent with MySQL C API? 

-- 
Edit bug report at: http://bugs.php.net/?id=12008&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