mirror of
https://github.com/php/php-src.git
synced 2024-12-04 15:23:44 +08:00
MFH
This commit is contained in:
parent
478d42a3ac
commit
d6eb64344d
@ -521,7 +521,7 @@ struct pdo_column_data {
|
||||
struct pdo_bound_param_data {
|
||||
long paramno; /* if -1, then it has a name, and we don't know the index *yet* */
|
||||
char *name;
|
||||
long namelen;
|
||||
int namelen;
|
||||
|
||||
long max_value_len; /* as a hint for pre-allocation */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user