1
0
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:
Lars Westermann
2007-11-14 22:15:21 +00:00
parent 32eece4bcb
commit 9864e08ab5

View File

@@ -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;
}
/* }}} */