Skip to content

Commit de81b1c

Browse files
author
Harald Radi
committed
MFH
1 parent c50a4e0 commit de81b1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/mssql/php_mssql.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1238,7 +1238,7 @@ PHP_FUNCTION(mssql_fetch_object)
12381238
Returns an associative array of the current row in the result set specified by result_id */
12391239
PHP_FUNCTION(mssql_fetch_array)
12401240
{
1241-
php_mssql_fetch_hash(INTERNAL_FUNCTION_PARAM_PASSTHRU, MSSQL_ASSOC);
1241+
php_mssql_fetch_hash(INTERNAL_FUNCTION_PARAM_PASSTHRU, MSSQL_BOTH);
12421242
}
12431243

12441244
/* }}} */

0 commit comments

Comments
 (0)