mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
- Fix for bug #14644 (patch by samuel_carriere@hotmail.com)
This commit is contained in:
parent
a57a5d7eda
commit
bdf73d2972
1 changed files with 1 additions and 0 deletions
|
@ -774,6 +774,7 @@ EXEC SQL END DECLARE SECTION;
|
||||||
sprintf(cursorid, "cursor%x", IFXG(cursorid));
|
sprintf(cursorid, "cursor%x", IFXG(cursorid));
|
||||||
sprintf(descrpid, "descrp%x", IFXG(cursorid));
|
sprintf(descrpid, "descrp%x", IFXG(cursorid));
|
||||||
|
|
||||||
|
EXEC SQL set connection :ifx
|
||||||
PHP_IFX_CHECK_CONNECTION(ifx);
|
PHP_IFX_CHECK_CONNECTION(ifx);
|
||||||
|
|
||||||
EXEC SQL PREPARE :statemid FROM :statement;
|
EXEC SQL PREPARE :statemid FROM :statement;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue