summaryrefslogtreecommitdiff
path: root/ext/dba/dba_db3.c
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2002-11-04 12:27:13 +0000
committerMarcus Boerger <helly@php.net>2002-11-04 12:27:13 +0000
commit9d0c4b7bc56b9ca97aed988586e020bf22060f15 (patch)
tree46eb698218573eadc15e7ec051c7a1f896a93459 /ext/dba/dba_db3.c
parent29372b231bce943f1308562ac44f68e261ef6b5a (diff)
downloadphp-git-9d0c4b7bc56b9ca97aed988586e020bf22060f15.tar.gz
passing around TSRM
#going to add CDB_MAKE support
Diffstat (limited to 'ext/dba/dba_db3.c')
-rw-r--r--ext/dba/dba_db3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dba/dba_db3.c b/ext/dba/dba_db3.c
index ebc163ae3d..e31fb39a0f 100644
--- a/ext/dba/dba_db3.c
+++ b/ext/dba/dba_db3.c
@@ -166,7 +166,7 @@ DBA_FIRSTKEY_FUNC(db3)
}
/* we should introduce something like PARAM_PASSTHRU... */
- return dba_nextkey_db3(info, newlen);
+ return dba_nextkey_db3(info, newlen TSRMLS_CC);
}
DBA_NEXTKEY_FUNC(db3)