diff --git a/ext/sybase_ct/php_sybase_ct.c b/ext/sybase_ct/php_sybase_ct.c index d715c4b0c9176..8d7006b16eadf 100644 --- a/ext/sybase_ct/php_sybase_ct.c +++ b/ext/sybase_ct/php_sybase_ct.c @@ -1133,7 +1133,7 @@ static int php_sybase_fetch_result_row (sybase_result *result, int numrows) /* This signals we have an integer datatype, but we need to convert to double if we * overflow. */ - convert_scalar_to_number(&result->data[i][j]); + convert_scalar_to_number(&result->data[i][j] TSRMLS_CC); break; } }