MFH: fix int<->long mess causing lots of segfaults on x86_64

This commit is contained in:
Antony Dovgal 2008-08-01 08:27:56 +00:00
parent f8f406208b
commit 617ab865a0
2 changed files with 10 additions and 7 deletions

View file

@ -41,7 +41,7 @@ struct php_sqlite3_bound_param {
long param_number;
char *name;
int name_len;
int type;
long type;
zval *parameter;
};