mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
master renames phase 7
This commit is contained in:
parent
b9514bb8fd
commit
af59e92b24
103 changed files with 273 additions and 273 deletions
|
@ -117,7 +117,7 @@ static int pdo_sqlite_stmt_param_hook(pdo_stmt_t *stmt, struct pdo_bound_param_d
|
|||
return 1;
|
||||
}
|
||||
} else {
|
||||
convert_to_int(parameter);
|
||||
convert_to_long(parameter);
|
||||
#if ZEND_LONG_MAX > 2147483647
|
||||
if (SQLITE_OK == sqlite3_bind_int64(S->stmt, param->paramno + 1, Z_LVAL_P(parameter))) {
|
||||
return 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue