diff options
Diffstat (limited to 'ext/pdo_firebird/firebird_driver.c')
| -rw-r--r-- | ext/pdo_firebird/firebird_driver.c | 6 | 
1 files changed, 5 insertions, 1 deletions
diff --git a/ext/pdo_firebird/firebird_driver.c b/ext/pdo_firebird/firebird_driver.c index c27a9e2ed5..c299907f0f 100644 --- a/ext/pdo_firebird/firebird_driver.c +++ b/ext/pdo_firebird/firebird_driver.c @@ -1005,7 +1005,11 @@ static const struct pdo_dbh_methods firebird_methods = { /* {{{ */  	NULL, /* last_id not supported */  	pdo_firebird_fetch_error_func,  	firebird_handle_get_attribute, -	NULL /* check_liveness */ +	NULL, /* check_liveness */ +	NULL, /* get driver methods */ +	NULL, /* request shutdown */ +	NULL, /* in transaction */ +	NULL /* get gc */  };  /* }}} */  | 
