We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3ab27f commit 222e5f9Copy full SHA for 222e5f9
ext/pdo_firebird/firebird_statement.c
@@ -125,7 +125,8 @@ static int firebird_stmt_execute(pdo_stmt_t *stmt TSRMLS_DC) /* {{{ */
125
/* }}} */
126
127
/* called by PDO to fetch the next row from a statement */
128
-static int firebird_stmt_fetch(pdo_stmt_t *stmt TSRMLS_DC) /* {{{ */
+static int firebird_stmt_fetch(pdo_stmt_t *stmt, /* {{{ */
129
+ enum pdo_fetch_orientation ori, long offset TSRMLS_DC)
130
{
131
pdo_firebird_stmt *S = (pdo_firebird_stmt*)stmt->driver_data;
132
pdo_firebird_db_handle *H = S->H;
0 commit comments