mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
update for api changes
This commit is contained in:
parent
3130ed3066
commit
d87c5ec288
8 changed files with 8 additions and 8 deletions
|
@ -184,7 +184,7 @@ static int pdo_sqlite_stmt_describe(pdo_stmt_t *stmt, int colno TSRMLS_DC)
|
|||
return 1;
|
||||
}
|
||||
|
||||
static int pdo_sqlite_stmt_get_col(pdo_stmt_t *stmt, int colno, char **ptr, unsigned long *len TSRMLS_DC)
|
||||
static int pdo_sqlite_stmt_get_col(pdo_stmt_t *stmt, int colno, char **ptr, unsigned long *len, int *caller_frees TSRMLS_DC)
|
||||
{
|
||||
pdo_sqlite_stmt *S = (pdo_sqlite_stmt*)stmt->driver_data;
|
||||
if (!S->stmt) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue