summaryrefslogtreecommitdiff
path: root/ext/oracle/oracle.c
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2003-01-19 23:32:22 +0000
committerIlia Alshanetsky <iliaa@php.net>2003-01-19 23:32:22 +0000
commit2292a652a6dc6762b1b0c7b1c1a12abeddcba19f (patch)
treedfcab9c53521a3ec0c4cdaa11d74cc43529ca01f /ext/oracle/oracle.c
parent4c8473d6199147e4f66f6af4a0db533f1ba4aa70 (diff)
downloadphp-git-2292a652a6dc6762b1b0c7b1c1a12abeddcba19f.tar.gz
ZTS fix.
Diffstat (limited to 'ext/oracle/oracle.c')
-rw-r--r--ext/oracle/oracle.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/oracle/oracle.c b/ext/oracle/oracle.c
index 30d7014188..5eb076563a 100644
--- a/ext/oracle/oracle.c
+++ b/ext/oracle/oracle.c
@@ -1621,6 +1621,7 @@ ora_describe_define(oraCursor * cursor)
int i;
sb2 type;
sb4 dbsize;
+ TSRMLS_FETCH();
if (cursor == NULL) {
return -1;