diff options
Diffstat (limited to 'ext/oci8/oci8.c')
| -rw-r--r-- | ext/oci8/oci8.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/oci8/oci8.c b/ext/oci8/oci8.c index a0ea9ff770..32e16f82bc 100644 --- a/ext/oci8/oci8.c +++ b/ext/oci8/oci8.c @@ -1113,6 +1113,7 @@ oci_get_col(oci_statement *statement, int col, zval **value) { oci_out_column *outcol = NULL; int i; + TSRMLS_FETCH(); if (statement->columns == 0) { /* we release the columns at the end of a fetch */ return NULL; |
