]> granicus.if.org Git - php/commitdiff
ZTS fix.
authorIlia Alshanetsky <iliaa@php.net>
Sun, 19 Jan 2003 23:32:22 +0000 (23:32 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Sun, 19 Jan 2003 23:32:22 +0000 (23:32 +0000)
ext/oracle/oracle.c

index 30d7014188372b39ec9e2e39e153c6c4336f8cbb..5eb076563a913b1d64f3c0a5ddf38136fcebcbf6 100644 (file)
@@ -1621,6 +1621,7 @@ ora_describe_define(oraCursor * cursor)
        int i;
        sb2 type;
        sb4 dbsize;
+       TSRMLS_FETCH();
 
        if (cursor == NULL) {
                return -1;