summaryrefslogtreecommitdiff
path: root/ext/interbase/ibase_blobs.c
diff options
context:
space:
mode:
authorReeze Xia <reeze@php.net>2015-03-08 19:24:50 +0800
committerReeze Xia <reeze@php.net>2015-03-08 19:25:55 +0800
commit609f05fc19864384fe03a4b97ad263cc0aaf32a0 (patch)
tree0639ad2ab04698e5f7187ab2b068f5c88286b1cf /ext/interbase/ibase_blobs.c
parent0cb869d908ab0427ede6596009176c22b43a2aae (diff)
downloadphp-git-609f05fc19864384fe03a4b97ad263cc0aaf32a0.tar.gz
ZTS cleanup
Diffstat (limited to 'ext/interbase/ibase_blobs.c')
-rw-r--r--ext/interbase/ibase_blobs.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/interbase/ibase_blobs.c b/ext/interbase/ibase_blobs.c
index b6bda55c1a..6134694932 100644
--- a/ext/interbase/ibase_blobs.c
+++ b/ext/interbase/ibase_blobs.c
@@ -300,7 +300,7 @@ PHP_FUNCTION(ibase_blob_add)
RESET_ERRMSG;
- if (FAILURE == zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rr", &blob_arg, &string_arg)) {
+ if (FAILURE == zend_parse_parameters(ZEND_NUM_ARGS(), "rr", &blob_arg, &string_arg)) {
return;
}
@@ -327,7 +327,7 @@ PHP_FUNCTION(ibase_blob_get)
RESET_ERRMSG;
- if (FAILURE == zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rl", &blob_arg, &len_arg)) {
+ if (FAILURE == zend_parse_parameters(ZEND_NUM_ARGS(), "rl", &blob_arg, &len_arg)) {
return;
}
@@ -352,7 +352,7 @@ static void _php_ibase_blob_end(INTERNAL_FUNCTION_PARAMETERS, int bl_end) /* {{{
RESET_ERRMSG;
- if (FAILURE == zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "r", &blob_arg)) {
+ if (FAILURE == zend_parse_parameters(ZEND_NUM_ARGS(), "r", &blob_arg)) {
return;
}