mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Woops, missed one
This commit is contained in:
parent
5a8a9a59e2
commit
302fd9a77f
1 changed files with 4 additions and 4 deletions
|
@ -823,10 +823,10 @@ EXEC SQL END DECLARE SECTION;
|
|||
statement = Z_STRVAL_PP(query);
|
||||
|
||||
IFXG(cursorid)++;
|
||||
sprintf(statemid, "statem%x", IFXG(cursorid));
|
||||
sprintf(cursorid, "cursor%x", IFXG(cursorid));
|
||||
sprintf(descrpid, "descrp%x", IFXG(cursorid));
|
||||
sprintf(i_descrpid, "i_descrp%x", IFXG(cursorid));
|
||||
sprintf(statemid, "statem%x_%x", IFX_THRD_ID, IFXG(cursorid));
|
||||
sprintf(cursorid, "cursor%x_%x", IFX_THRD_ID, IFXG(cursorid));
|
||||
sprintf(descrpid, "descrp%x_%x", IFX_THRD_ID, IFXG(cursorid));
|
||||
sprintf(i_descrpid, "i_descrp%x_%x", IFX_THRD_ID,IFXG(cursorid));
|
||||
|
||||
EXEC SQL set connection :ifx;
|
||||
PHP_IFX_CHECK_CONNECTION(ifx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue