]> granicus.if.org Git - php/commitdiff
Add missing variable from birdstep_commit() which got removed in e8fcd52ef
authorLior Kaplan <kaplanlior@gmail.com>
Thu, 3 Sep 2015 15:46:07 +0000 (18:46 +0300)
committerLior Kaplan <kaplanlior@gmail.com>
Thu, 3 Sep 2015 15:46:07 +0000 (18:46 +0300)
ext/odbc/birdstep.c

index a1c8ffa7f8e8b86354aaf51cc76f76a53558bc05..3860ea695bed94b44185aba46ca106f324bde70c 100644 (file)
@@ -618,7 +618,7 @@ PHP_FUNCTION(birdstep_off_autocommit)
  */
 PHP_FUNCTION(birdstep_commit)
 {
-zend_long
+       zend_long id;
        RETCODE stat;
        VConn *conn;