Browse Source

- Clearing cursor-name when closing it.

PECL
Lars Westermann 19 years ago
parent
commit
9864e08ab5
  1. 1
      ext/pdo_firebird/firebird_statement.c

1
ext/pdo_firebird/firebird_statement.c

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

Loading…
Cancel
Save