mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
- Fixed bug #11924 (ibase_query() and ibase_execute() mangled passed
parameter variables)
This commit is contained in:
parent
bf7f45601d
commit
b645c60bd5
1 changed files with 4 additions and 0 deletions
|
@ -1433,6 +1433,10 @@ static int _php_ibase_exec(ibase_result **ib_resultp, ibase_query *ib_query, int
|
|||
|
||||
IB_RESULT = NULL;
|
||||
|
||||
if (argc > 0 && args != NULL) {
|
||||
SEPARATE_ZVAL(args);
|
||||
}
|
||||
|
||||
/* allocate sqlda and output buffers */
|
||||
if (ib_query->out_sqlda) { /* output variables in select, select for update */
|
||||
IBDEBUG("Query wants XSQLDA for output");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue