Skip to content

Commit c50ef2e

Browse files
committed
The other bit of MFH
1 parent f17eff3 commit c50ef2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/sybase_ct/php_sybase_ct.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1089,6 +1089,7 @@ static int php_sybase_fetch_result_row (sybase_result *result, int numrows)
10891089
{
10901090
int i, j;
10911091
CS_INT retcode;
1092+
TSRMLS_FETCH();
10921093

10931094
/* We've already fetched everything */
10941095
if (result->last_retcode == CS_END_DATA || result->last_retcode == CS_END_RESULTS) {

0 commit comments

Comments
 (0)