Browse Source

# Also nulling cursor_open when closing a named cursor

PECL
Lars Westermann 19 years ago
parent
commit
35272a63cd
  1. 1
      ext/pdo_firebird/firebird_statement.c

1
ext/pdo_firebird/firebird_statement.c

@ -623,6 +623,7 @@ static int firebird_stmt_cursor_closer(pdo_stmt_t *stmt TSRMLS_DC) /* {{{ */
return 0;
}
*S->name = 0;
S->cursor_open = 0;
return 1;
}
/* }}} */

Loading…
Cancel
Save