diff options
-rw-r--r-- | ext/odbc/birdstep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/odbc/birdstep.c b/ext/odbc/birdstep.c index a1c8ffa7f8..3860ea695b 100644 --- a/ext/odbc/birdstep.c +++ b/ext/odbc/birdstep.c @@ -618,7 +618,7 @@ PHP_FUNCTION(birdstep_off_autocommit) */ PHP_FUNCTION(birdstep_commit) { -zend_long + zend_long id; RETCODE stat; VConn *conn; |