mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
MFH: fix int<->long mess causing lots of segfaults on x86_64
This commit is contained in:
parent
f8f406208b
commit
617ab865a0
2 changed files with 10 additions and 7 deletions
|
@ -41,7 +41,7 @@ struct php_sqlite3_bound_param {
|
|||
long param_number;
|
||||
char *name;
|
||||
int name_len;
|
||||
int type;
|
||||
long type;
|
||||
|
||||
zval *parameter;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue