Skip to content

Commit d74f664

Browse files
committed
Fix firebir driver for transaction being
1 parent 68c1f39 commit d74f664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/pdo_firebird/firebird_driver.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@ static zend_string* firebird_handle_quoter(pdo_dbh_t *dbh, const zend_string *un
688688
/* }}} */
689689

690690
/* called by PDO to start a transaction */
691-
static int firebird_handle_begin(pdo_dbh_t *dbh) /* {{{ */
691+
static bool firebird_handle_begin(pdo_dbh_t *dbh) /* {{{ */
692692
{
693693
pdo_firebird_db_handle *H = (pdo_firebird_db_handle *)dbh->driver_data;
694694
char tpb[8] = { isc_tpb_version3 }, *ptpb = tpb+1;

0 commit comments

Comments
 (0)