Browse Source

stub out scrollable cursor change

PHP-5.1
Wez Furlong 22 years ago
parent
commit
be616317c7
  1. 3
      ext/pdo_mysql/mysql_statement.c

3
ext/pdo_mysql/mysql_statement.c

@ -87,7 +87,8 @@ static int pdo_mysql_stmt_param_hook(pdo_stmt_t *stmt, struct pdo_bound_param_da
return 1;
}
static int pdo_mysql_stmt_fetch(pdo_stmt_t *stmt TSRMLS_DC)
static int pdo_mysql_stmt_fetch(pdo_stmt_t *stmt,
enum pdo_fetch_orientation ori, long offset TSRMLS_DC)
{
pdo_mysql_stmt *S = (pdo_mysql_stmt*)stmt->driver_data;
if (!S->result) {

Loading…
Cancel
Save