From 9131cf4924a5284e3053e1d9d9ff04aa874426c8 Mon Sep 17 00:00:00 2001 From: Lior Kaplan <kaplanlior@gmail.com> Date: Thu, 3 Sep 2015 18:46:07 +0300 Subject: [PATCH] Add missing variable from birdstep_commit() which got removed in e8fcd52ef --- ext/odbc/birdstep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.40.0