mirror of
https://github.com/php/php-src.git
synced 2026-03-29 03:32:20 +02:00
- Clearing cursor-name when closing it.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
/* }}} */
|
||||
|
||||
Reference in New Issue
Block a user