We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67438b0 commit 81aa3c2Copy full SHA for 81aa3c2
1 file changed
interbase.c
@@ -90,8 +90,7 @@ ZEND_BEGIN_ARG_INFO_EX(arginfo_ibase_drop_db, 0, 0, 0)
90
ZEND_END_ARG_INFO()
91
92
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)
+ ZEND_ARG_VARIADIC_INFO(0, trans_args)
95
96
97
ZEND_BEGIN_ARG_INFO_EX(arginfo_ibase_commit, 0, 0, 0)
0 commit comments