Skip to content

Commit e7e54fc

Browse files
author
Timm Friebe
committed
- MFH: Fixed TSRM build
1 parent 9c488ef commit e7e54fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/sybase_ct/php_sybase_ct.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1133,7 +1133,7 @@ static int php_sybase_fetch_result_row (sybase_result *result, int numrows)
11331133
/* This signals we have an integer datatype, but we need to convert to double if we
11341134
* overflow.
11351135
*/
1136-
convert_scalar_to_number(&result->data[i][j]);
1136+
convert_scalar_to_number(&result->data[i][j] TSRMLS_CC);
11371137
break;
11381138
}
11391139
}

0 commit comments

Comments
 (0)