summaryrefslogtreecommitdiff
path: root/ext/dba/dba_tcadb.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/dba/dba_tcadb.c')
-rw-r--r--ext/dba/dba_tcadb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dba/dba_tcadb.c b/ext/dba/dba_tcadb.c
index 99c10c2f07..e4771eb641 100644
--- a/ext/dba/dba_tcadb.c
+++ b/ext/dba/dba_tcadb.c
@@ -122,7 +122,7 @@ DBA_UPDATE_FUNC(tcadb)
return SUCCESS;
}
- php_error_docref2(NULL TSRMLS_CC, key, val, E_WARNING, "Error updating data");
+ php_error_docref2(NULL, key, val, E_WARNING, "Error updating data");
return FAILURE;
}