summaryrefslogtreecommitdiff
path: root/ext/odbc
diff options
context:
space:
mode:
authorLior Kaplan <kaplanlior@gmail.com>2015-09-03 18:46:07 +0300
committerLior Kaplan <kaplanlior@gmail.com>2015-09-03 18:46:07 +0300
commit9131cf4924a5284e3053e1d9d9ff04aa874426c8 (patch)
treee949a91965049112eeeb48854643b7949d6a8f14 /ext/odbc
parent23b88d38e867d76d89e4851e7472793b8ad5f533 (diff)
downloadphp-git-9131cf4924a5284e3053e1d9d9ff04aa874426c8.tar.gz
Add missing variable from birdstep_commit() which got removed in e8fcd52ef
Diffstat (limited to 'ext/odbc')
-rw-r--r--ext/odbc/birdstep.c2
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;