Skip to content

Commit 81aa3c2

Browse files
committed
Arguments to ibase_trans() all are variadic
1 parent 67438b0 commit 81aa3c2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

interbase.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,7 @@ ZEND_BEGIN_ARG_INFO_EX(arginfo_ibase_drop_db, 0, 0, 0)
9090
ZEND_END_ARG_INFO()
9191

9292
ZEND_BEGIN_ARG_INFO_EX(arginfo_ibase_trans, 0, 0, 0)
93-
ZEND_ARG_INFO(0, link_identifier)
94-
ZEND_ARG_INFO(0, trans_args)
93+
ZEND_ARG_VARIADIC_INFO(0, trans_args)
9594
ZEND_END_ARG_INFO()
9695

9796
ZEND_BEGIN_ARG_INFO_EX(arginfo_ibase_commit, 0, 0, 0)

0 commit comments

Comments
 (0)