ID: 47087 Updated by: fel...@php.net Reported By: vr...@php.net -Status: Assigned +Status: Closed Bug Type: MSSQL related Operating System: Windows PHP Version: 5.3.0alpha3 Assigned To: kalle New Comment:
This bug has been fixed in CVS. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. Thank you for the report, and for helping us make PHP better. Previous Comments: ------------------------------------------------------------------------ [2009-01-13 13:29:06] ka...@php.net I'll have a look at it ------------------------------------------------------------------------ [2009-01-13 12:35:24] vr...@php.net Description: ------------ It seems that the result_type parameter of mssql_fetch_array() is always set to MSSQL_BOTH. Reproduce code: --------------- <?php print_r(mssql_fetch_array($result, MSSQL_ASSOC)); ?> Expected result: ---------------- Array ( [id] => 1 ) Actual result: -------------- Array ( [0] => 1 [id] => 1 ) ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=47087&edit=1