summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimm Friebe <thekid@php.net>2004-05-21 19:39:01 +0000
committerTimm Friebe <thekid@php.net>2004-05-21 19:39:01 +0000
commite7e54fccac2664caf1de22f27054518ab4c72514 (patch)
treecab70f4b62563d3edbf7c9c482197dc19a7bfa17
parent9c488ef4f28307440f19a540946d31ea8dc3ed64 (diff)
downloadphp-git-e7e54fccac2664caf1de22f27054518ab4c72514.tar.gz
- MFH: Fixed TSRM build
-rw-r--r--ext/sybase_ct/php_sybase_ct.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sybase_ct/php_sybase_ct.c b/ext/sybase_ct/php_sybase_ct.c
index d715c4b0c9..8d7006b16e 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;
}
}