From: Lior Kaplan Date: Thu, 3 Sep 2015 15:46:07 +0000 (+0300) Subject: Add missing variable from birdstep_commit() which got removed in e8fcd52ef X-Git-Tag: php-7.0.0RC2~2^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9131cf4924a5284e3053e1d9d9ff04aa874426c8;p=php Add missing variable from birdstep_commit() which got removed in e8fcd52ef --- 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;