This is bug #8656, and should be really easy to fix. As far 
as I can see, all that is needed to fix it is to change 
a single call in ext/mysql/php_mysql.c:

- php_mysql_fetch_hash(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0);
+ php_mysql_fetch_hash(INTERNAL_FUNCTION_PARAM_PASSTHRU, MYSQL_ASSOC);

The way it is now the resulting object is basically non-PHP, 
because it has member variables with numeric names.


-- 
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