From: [EMAIL PROTECTED] Operating system: Linux x86 PHP version: 4.0.6 PHP Bug Type: MySQL related Bug description: NULLs not returned in named indices by mysql_fetch_xxx with MYSQL_BOTH
The code in php_mysql_fetch_hash() (in php_mysql.c) for handling NULL values (near the end of the function) sets only the numeric index when the return_type is MYSQL_BOTH, but it should be setting the named index as well. Changing the "else" clause to: if (result_type & MYSQL_ASSOC) should fix things. -- Edit bug report at: http://bugs.php.net/?id=14291&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]